/* Less Scaffolding is now housed within the design-system-web repo. See:
 * https://github.com/udemy/design-system-web/blob/main/packages/styles/src/scaffolding.global.less
 *
 * This file remains for backwards compatibility with UDLite in the Monolith
 * We import the Less (not as reference) so CSS is compiled in this file.
 */
@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1232px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 1153px) {
}:root {
  --font-stack-heading-serif: SuisseWorks, Georgia, Times, 'Times New Roman', serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  --font-stack-heading: 'Udemy Sans', -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  --font-stack-text: 'Udemy Sans', 'SF Pro Text', -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  --color-gray-600: #111116;
  --color-gray-550: #1d1e27;
  --color-gray-500: #303141;
  --color-gray-450: #414458;
  --color-gray-400: #595c73;
  --color-gray-350: #6f7390;
  --color-gray-300: #9194ac;
  --color-gray-250: #b7b9cd;
  --color-gray-200: #d1d2e0;
  --color-gray-150: #e9eaf2;
  --color-gray-100: #f6f7f9;
  --color-red-500: #940a00;
  --color-red-450: #c20d00;
  --color-red-400: #d51c0f;
  --color-red-350: #ea3124;
  --color-red-300: #ff493c;
  --color-red-250: #ff7e74;
  --color-red-200: #ffb7b2;
  --color-red-150: #ffd1ce;
  --color-red-100: #ffeceb;
  --color-blue-500: #180a3d;
  --color-blue-450: #281160;
  --color-blue-400: #371783;
  --color-blue-350: #431ca3;
  --color-blue-300: #5022c3;
  --color-blue-250: #8072e6;
  --color-blue-200: #c0c4fc;
  --color-blue-150: #d8e0fb;
  --color-blue-100: #eeeffc;
  --color-indigo-500: var(--color-blue-500);
  --color-indigo-400: var(--color-blue-400);
  --color-indigo-300: var(--color-blue-300);
  --color-indigo-200: var(--color-blue-200);
  --color-indigo-100: var(--color-blue-100);
  --color-orange-500: #8b4309;
  --color-orange-450: #a7590c;
  --color-orange-400: #c4710d;
  --color-orange-350: #df890c;
  --color-orange-300: #f69c08;
  --color-orange-250: #f5b448;
  --color-orange-200: #ffcc80;
  --color-orange-150: #ffe1b2;
  --color-orange-100: #fff6e5;
  --color-yellow-500: #223509;
  --color-yellow-450: #5c6a12;
  --color-yellow-400: #959b19;
  --color-yellow-350: #d2cf1e;
  --color-yellow-300: #e9e729;
  --color-yellow-250: #eeec5d;
  --color-yellow-200: #eceb98;
  --color-yellow-150: #f3f2b8;
  --color-yellow-100: #f9f9d7;
  --color-green-500: #123825;
  --color-green-450: #194d33;
  --color-green-400: #206241;
  --color-green-350: #1f8552;
  --color-green-300: #1ea863;
  --color-green-250: #5cbe8a;
  --color-green-200: #8cd3b0;
  --color-green-150: #bbe7d3;
  --color-green-100: #ebfaf4;
  --color-teal-600: #082b35;
  --color-teal-550: #0b3e4a;
  --color-teal-500: #0d5261;
  --color-teal-450: #0d697a;
  --color-teal-400: #0e8390;
  --color-teal-350: #199aa3;
  --color-teal-300: #45b5bb;
  --color-teal-250: #72d3d8;
  --color-teal-200: #97dfe3;
  --color-teal-150: #c2e9eb;
  --color-teal-100: #e4f5f6;
  --color-purple-600: #180a3d;
  --color-purple-550: #291367;
  --color-purple-500: #3b1b94;
  --color-purple-450: #5022c3;
  --color-purple-400: #6d28d2;
  --color-purple-350: #892de1;
  --color-purple-300: #a435f0;
  --color-purple-250: #af72fd;
  --color-purple-200: #bda1ff;
  --color-purple-150: #d2caff;
  --color-purple-100: #f2efff;
  --color-white: #fff;
  --color-knockout: #fff;
  --gradient-purple-500: radial-gradient(100% 100% at 0% 0%, var(--color-gray-550) 30%, var(--color-blue-450) 50%, var(--color-purple-450) 80%);
  --gradient-purple-300: radial-gradient(100% 100% at 0% 0%, var(--color-gray-550) 30%, var(--color-blue-300) 50%, var(--color-purple-300) 80%);
  --gradient-purple-200: radial-gradient(100% 100% at 0% 0%, var(--color-blue-250) 30%, var(--color-blue-200) 50%, var(--color-purple-200) 80%);
  --gradient-purple-100: radial-gradient(100% 100% at 0% 0%, var(--color-blue-150) 30%, var(--color-blue-100) 50%, var(--color-purple-100) 80%);
  --gradient-red-500: radial-gradient(100% 100% at 0% 0%, var(--color-gray-550) 30%, var(--color-purple-450) 50%, var(--color-red-450) 80%);
  --gradient-red-300: radial-gradient(100% 100% at 0% 0%, var(--color-gray-550) 30%, var(--color-purple-300) 50%, var(--color-red-300) 80%);
  --gradient-red-200: radial-gradient(100% 100% at 0% 0%, var(--color-purple-250) 30%, var(--color-purple-200) 50%, var(--color-red-200) 80%);
  --gradient-red-100: radial-gradient(100% 100% at 0% 0%, var(--color-purple-150) 30%, var(--color-purple-100) 50%, var(--color-red-100) 80%);
  --gradient-green-500: radial-gradient(100% 100% at 0% 0%, var(--color-gray-550) 30%, var(--color-green-450) 50%, var(--color-yellow-450) 80%);
  --gradient-green-300: radial-gradient(100% 100% at 0% 0%, var(--color-gray-550) 30%, var(--color-green-300) 50%, var(--color-yellow-300) 80%);
  --gradient-green-200: radial-gradient(100% 100% at 0% 0%, var(--color-green-250) 30%, var(--color-green-200) 50%, var(--color-yellow-200) 80%);
  --gradient-green-100: radial-gradient(100% 100% at 0% 0%, var(--color-green-150) 30%, var(--color-green-100) 50%, var(--color-yellow-100) 80%);
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  font-size: 62.5%;
}
[lang='vi-vn'] {
  --font-stack-heading-serif: 'Times New Roman', Georgia, Times, serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  --font-stack-heading: Arial, -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  --font-stack-text: Arial, -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI', Helvetica, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
body {
  font-family: var(--font-stack-text);
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.6rem;
  color: #303141;
  margin: 0;
}
[lang='ko-kr'] body {
  word-break: keep-all;
}
body,
.ud-main-content-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.ud-main-content-wrapper,
.ud-main-content {
  flex: 1 0 auto;
}
img,
picture {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a {
  color: #6d28d2;
  text-decoration: none;
}
a:hover {
  color: #521e9f;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  font-size: inherit;
  font-weight: normal;
  max-width: 60rem;
}
q,
blockquote {
  quotes: '\201C' '\201D' '\2018' '\2019';
}
code,
samp,
kbd,
pre {
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
button,
input {
  background-image: none;
}
fieldset,
legend {
  border: 0;
}
input,
select {
  color: #303141;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: not-allowed;
}
ul,
ol {
  padding-left: 2.4rem;
}
li {
  padding-left: 0.8rem;
}
li + li {
  margin-top: 0.4rem;
}
p + p,
p + ul,
p + ol,
ul + p,
ul + ol,
ol + ol,
ol + p,
ol + ul {
  margin-top: 0.8rem;
}
.ud-unstyled-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: none;
}
.ud-unstyled-list li {
  padding-left: 0;
}
.ud-unstyled-list li + li {
  margin-top: 0;
}
*:focus,
a:focus,
input:focus,
button:focus {
  outline: none;
}
body.ud-keyboard-navigation-in-use  *:not(.ud-custom-focus-visible):focus,
body.ud-keyboard-navigation-in-use  .ud-custom-focus-visible:focus .ud-focus-visible-target {
  /* stylelint-disable unit-disallowed-list */
  box-shadow: 0 0 0 2px var(--color-white), 0 0 0 4px var(--color-purple-400), 0 0 2px 5px var(--color-purple-150);
  /* stylelint-enable unit-disallowed-list */
}
.ud-heading-xs {
  font-family: var(--font-stack-heading);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 1.2rem;
  letter-spacing: 0.02rem;
}
.ud-heading-sm {
  font-family: var(--font-stack-heading);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 1.4rem;
}
.ud-heading-md {
  font-family: var(--font-stack-heading);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: 1.6rem;
}
.ud-heading-lg {
  font-family: var(--font-stack-heading);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: clamp(1.65rem, calc(1.65rem + (1.8 - 1.65) * calc((100vw - 36rem) / (144 - 36))), 1.8rem);
  max-width: 36em;
}
.ud-heading-xl {
  font-family: var(--font-stack-heading);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: clamp(1.8rem, calc(1.8rem + (2.4 - 1.8) * calc((100vw - 36rem) / (144 - 36))), 2.4rem);
  max-width: 36em;
}
.ud-heading-xxl {
  font-family: var(--font-stack-heading);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: clamp(2rem, calc(2rem + (3.2 - 2) * calc((100vw - 36rem) / (144 - 36))), 3.2rem);
  max-width: 36em;
}
.ud-heading-xxxl {
  font-family: var(--font-stack-heading);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  font-size: clamp(2.2rem, calc(2.2rem + (4 - 2.2) * calc((100vw - 36rem) / (144 - 36))), 4rem);
  max-width: 36em;
}
.ud-heading-serif-lg {
  font-family: var(--font-stack-heading-serif);
  font-weight: 700;
  font-size: clamp(1.65rem, calc(1.65rem + (1.8 - 1.65) * calc((100vw - 36rem) / (144 - 36))), 1.8rem);
  line-height: 1.35;
  letter-spacing: -0.0095rem;
  max-width: 36em;
}
.ud-heading-serif-xl {
  font-family: var(--font-stack-heading-serif);
  font-weight: 700;
  font-size: clamp(1.8rem, calc(1.8rem + (2.4 - 1.8) * calc((100vw - 36rem) / (144 - 36))), 2.4rem);
  line-height: 1.35;
  letter-spacing: -0.012rem;
  max-width: 36em;
}
.ud-heading-serif-xxl {
  font-family: var(--font-stack-heading-serif);
  font-weight: 700;
  font-size: clamp(2rem, calc(2rem + (3.2 - 2) * calc((100vw - 36rem) / (144 - 36))), 3.2rem);
  line-height: 1.25;
  letter-spacing: -0.016rem;
  max-width: 36em;
}
.ud-heading-serif-xxxl {
  font-family: var(--font-stack-heading-serif);
  font-weight: 700;
  font-size: clamp(2.2rem, calc(2.2rem + (4 - 2.2) * calc((100vw - 36rem) / (144 - 36))), 4rem);
  line-height: 1.15;
  letter-spacing: -0.04rem;
  max-width: 36em;
}
.ud-heading-serif-4xl {
  font-family: var(--font-stack-heading-serif);
  font-weight: 700;
  font-size: clamp(2.4rem, calc(2.4rem + (4.8 - 2.4) * calc((100vw - 36rem) / (144 - 36))), 4.8rem);
  line-height: 1.15;
  letter-spacing: -0.048rem;
  max-width: 36em;
}
.ud-text-xs {
  font-family: var(--font-stack-text);
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.2rem;
}
.ud-text-sm {
  font-family: var(--font-stack-text);
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.4rem;
}
.ud-text-md {
  font-family: var(--font-stack-text);
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.6rem;
}
.ud-text-lg {
  font-family: var(--font-stack-text);
  font-weight: 400;
  line-height: 1.4;
  font-size: clamp(1.65rem, calc(1.65rem + (1.8 - 1.65) * calc((100vw - 36rem) / (144 - 36))), 1.8rem);
}
.ud-text-xl {
  font-family: var(--font-stack-text);
  font-weight: 400;
  line-height: 1.4;
  font-size: clamp(1.8rem, calc(1.8rem + (2.4 - 1.8) * calc((100vw - 36rem) / (144 - 36))), 2.4rem);
}
.ud-text-bold {
  font-weight: 700;
}
@media (max-width: 61.25rem) {
  .ud-text-responsive.ud-heading-serif-xxxl {
    font-family: var(--font-stack-heading-serif);
    font-weight: 700;
    font-size: clamp(2rem, calc(2rem + (3.2 - 2) * calc((100vw - 36rem) / (144 - 36))), 3.2rem);
    line-height: 1.25;
    letter-spacing: -0.016rem;
    max-width: 36em;
  }
}
@media (max-width: 43.75rem) {
  .ud-text-responsive.ud-heading-serif-xxxl,
  .ud-text-responsive.ud-heading-serif-xxl {
    font-family: var(--font-stack-heading-serif);
    font-weight: 700;
    font-size: clamp(1.8rem, calc(1.8rem + (2.4 - 1.8) * calc((100vw - 36rem) / (144 - 36))), 2.4rem);
    line-height: 1.35;
    letter-spacing: -0.012rem;
    max-width: 36em;
  }
  .ud-text-responsive.ud-text-lg {
    font-family: var(--font-stack-text);
    font-weight: 400;
    line-height: 1.4;
    font-size: 1.6rem;
  }
}
/* stylelint-disable unit-disallowed-list */
.ud-sr-only {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
/* stylelint-enable unit-disallowed-list */
.ud-container {
  width: 100%;
  max-width: 134rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2.4rem;
  padding-left: 2.4rem;
}
.ud-full-viewport-container {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.ud-icon {
  fill: currentColor;
  display: inline-block;
  flex-shrink: 0;
}
.ud-icon-xxxsmall {
  width: 1.2rem;
  height: 1.2rem;
}
.ud-icon-xxsmall {
  width: 1.4rem;
  height: 1.4rem;
}
.ud-icon-xsmall {
  width: 1.6rem;
  height: 1.6rem;
}
.ud-icon-small {
  width: 2rem;
  height: 2rem;
}
.ud-icon-medium {
  width: 2.4rem;
  height: 2.4rem;
}
.ud-icon-large {
  width: 3.2rem;
  height: 3.2rem;
}
.ud-icon-xlarge {
  width: 4.8rem;
  height: 4.8rem;
}
.ud-icon-xxlarge {
  width: 6.4rem;
  height: 6.4rem;
}
.ud-icon-xxxlarge {
  width: 9.6rem;
  height: 9.6rem;
}
.ud-icon-color-neutral {
  color: #303141;
}
.ud-icon-color-positive {
  color: #206241;
}
.ud-icon-color-negative {
  color: #d51c0f;
}
.ud-icon-color-info {
  color: #6d28d2;
}
.ud-icon-color-warning {
  color: #c4710d;
}
.ud-icon-color-subdued {
  color: #9194ac;
}
.ud-icon-color-subdued-inverted {
  color: #d1d2e0;
}

/* stylelint-disable no-descending-specificity */
:root {
  --ud-btn-color: var(--color-knockout);
  --ud-btn-border: none;
  --ud-btn-background-color: var(--color-purple-400);
  --ud-btn-focus-color: var(--color-knockout);
  --ud-btn-focus-background-color: var(--color-purple-350);
  --ud-btn-border-radius: 0.4rem;
}
.ud-btn {
  position: relative;
  align-items: center;
  color: var(--ud-btn-color);
  border: var(--ud-btn-border);
  border-radius: var(--ud-btn-border-radius);
  background-color: var(--ud-btn-background-color);
  cursor: pointer;
  display: inline-flex;
  max-width: 100%;
  min-width: 8rem;
  padding: 0 1.2rem;
  justify-content: center;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: bottom;
  white-space: nowrap;
}
.ud-btn:focus,
.ud-btn:hover,
.ud-btn:active {
  color: var(--ud-btn-focus-color);
  background-color: var(--ud-btn-focus-background-color);
}
.ud-btn > :not(:first-child) {
  margin-left: 0.4rem;
}
.ud-btn::-moz-focus-inner {
  border: 0;
}
.ud-btn .ud-btn-label {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ud-btn-xsmall {
  min-width: 8rem;
  padding: 0 0.8rem;
  height: 2.8rem;
}
.ud-btn-small {
  min-width: 8rem;
  height: 3.4rem;
}
.ud-btn-medium {
  height: 4rem;
}
.ud-btn-large {
  height: 4.8rem;
}
.ud-btn-round-xsmall {
  padding: 0 1rem;
}
.ud-btn-primary.ud-btn-disabled {
  --ud-btn-background-color: color-mix(in sRGB, var(--color-purple-400) 50%, transparent);
  --ud-btn-focus-background-color: color-mix(in sRGB, var(--color-purple-400) 50%, transparent);
}
.ud-btn-secondary {
  --ud-btn-focus-color: var(--color-purple-400);
  --ud-btn-focus-background-color: color-mix(in sRGB, #6d28d2 12%, transparent);
  --ud-btn-color: var(--color-purple-400);
  --ud-btn-background-color: transparent;
  --ud-btn-border: 1px solid #6d28d2;
}
.ud-btn-secondary.ud-btn-disabled {
  --ud-btn-focus-background-color: transparent;
}
.ud-btn-white-outline {
  --ud-btn-focus-background-color: color-mix(in sRGB, #fff 12%, transparent);
  --ud-btn-background-color: transparent;
  --ud-btn-border: 1px solid #fff;
}
.ud-btn-white-outline.ud-btn-disabled {
  --ud-btn-focus-background-color: transparent;
}
.ud-btn-white-solid {
  --ud-btn-background-color: var(--color-knockout);
  --ud-btn-focus-background-color: var(--color-gray-150);
  --ud-btn-focus-color: #303141;
  --ud-btn-color: #303141;
}
.ud-btn-white-solid.ud-btn-disabled {
  --ud-btn-background-color: color-mix(in sRGB, var(--color-knockout) 50%, transparent);
  --ud-btn-focus-background-color: color-mix(in sRGB, var(--color-knockout) 50%, transparent);
}
.ud-btn-ghost,
.ud-btn-ghost.ud-btn-link-underline {
  --ud-btn-color: #6d28d2;
  --ud-btn-focus-color: #6d28d2;
  --ud-btn-focus-background-color: color-mix(in sRGB, #6d28d2 12%, transparent);
  margin-left: -0.4rem;
  margin-right: -0.4rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.ud-btn-link,
.ud-btn-link-underline {
  --ud-btn-color: #6d28d2;
  --ud-btn-focus-color: var(--color-purple-450);
  --ud-btn-focus-background-color: transparent;
  height: auto;
  max-width: none;
  text-align: left;
  vertical-align: baseline;
  white-space: normal;
  padding: 0;
}
.ud-btn-ghost,
.ud-btn-ghost.ud-btn-disabled,
.ud-btn-link,
.ud-btn-link.ud-btn-disabled,
.ud-btn-link-underline,
.ud-btn-link-underline.ud-btn-disabled {
  --ud-btn-color: #6d28d2;
  background-color: transparent;
  min-width: auto;
}
.ud-btn-ghost .ud-btn-label,
.ud-btn-ghost.ud-btn-disabled .ud-btn-label,
.ud-btn-link .ud-btn-label,
.ud-btn-link.ud-btn-disabled .ud-btn-label,
.ud-btn-link-underline .ud-btn-label,
.ud-btn-link-underline.ud-btn-disabled .ud-btn-label {
  overflow: visible;
}
.ud-btn.ud-btn-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.ud-btn.ud-btn-disabled::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ud-btn .ud-loader-overlay + * {
  margin-left: 0;
}
.ud-btn .ud-loader-overlay ~ * {
  visibility: hidden;
}
.ud-btn-round {
  --ud-btn-border-radius: 100rem;
  min-width: 4rem;
}
.ud-link-neutral {
  color: #303141;
  --ud-btn-color: #303141;
}
.ud-link-neutral:focus,
.ud-link-neutral.ud-btn-disabled {
  color: #303141;
  --ud-btn-focus-color: #303141;
  --ud-btn-focus-background-color: color-mix(in sRGB, #303141 12%, transparent);
}
.ud-link-neutral:active,
.ud-link-neutral:hover {
  color: #303141;
  --ud-btn-focus-color: #303141;
  --ud-btn-focus-background-color: color-mix(in sRGB, #303141 12%, transparent);
}
.ud-link-knockout,
.ud-link-white {
  color: var(--color-knockout);
  --ud-btn-color: var(--color-knockout);
}
.ud-link-knockout:focus,
.ud-link-white:focus,
.ud-link-knockout:active,
.ud-link-white:active,
.ud-link-knockout:hover,
.ud-link-white:hover {
  color: var(--color-knockout);
  --ud-btn-focus-color: var(--color-knockout);
  --ud-btn-focus-background-color: color-mix(in sRGB, var(--color-knockout) 12%, transparent);
}
.ud-btn-link-underline,
.ud-link-underline,
.ud-text-with-links a {
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  text-decoration-color: #af72fd;
}
.ud-btn-ghost.ud-link-underline {
  text-underline-offset: 0.3rem;
}

.ud-btn-icon {
  min-width: auto;
}
.ud-btn-icon-xsmall {
  padding: 0 0.6rem;
  width: 2.8rem;
}
.ud-btn-icon-small {
  padding: 0 0.6rem;
  width: 3.4rem;
}
.ud-btn-icon-medium {
  padding: 0 1rem;
  width: 4rem;
}
.ud-btn-icon-large {
  padding: 0 1.2rem;
  width: 4.8rem;
}
.ud-btn-icon-round {
  border-radius: 100rem;
}

.ud-avatar {
  background: #1d1e27;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100rem;
  object-fit: cover;
  color: var(--color-white);
}
.ud-avatar-image {
  background: transparent;
  border: 1px solid #d1d2e0;
}

.ud-block-list .ud-block-list-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-align: left;
  letter-spacing: normal;
  white-space: normal;
}
/* stylelint-disable-next-line no-descending-specificity */
.ud-block-list .ud-block-list-item {
  padding: 0.8rem 0;
}
.ud-block-list .ud-block-list-item-tight {
  padding: 0.4rem 0;
}
.ud-block-list .ud-block-list-item-loose {
  padding: 1.6rem 0;
}
.ud-block-list-item-small .ud-block-list-item-icon,
.ud-block-list-item-small .ud-block-list-item-content {
  min-height: 1.96rem;
}
.ud-block-list-item-large .ud-block-list-item-icon,
.ud-block-list-item-large .ud-block-list-item-content {
  min-height: 2.24rem;
}
.ud-block-list .ud-block-list-item-link {
  color: #6d28d2;
}
.ud-block-list .ud-block-list-item-neutral {
  color: #303141;
}
.ud-block-list-item-content {
  flex: 1;
  /* stylelint-disable-next-line unit-disallowed-list */
  min-width: 1px;
}
.ud-block-list-item-content-loading {
  background: var(--color-gray-200);
}
.ud-block-list-item-icon + .ud-block-list-item-content {
  margin-left: 1.6rem;
}
.ud-block-list-item-content + .ud-block-list-item-icon {
  margin-left: 0.8rem;
}
.ud-block-list-item-icon.ud-notification-counter {
  /* stylelint-disable-next-line unit-disallowed-list */
  margin-top: -0.25em;
}

.ud-form-group {
  min-width: 18rem;
  max-width: 60rem;
}
.ud-form-label {
  display: flex;
  align-items: center;
  margin: 0;
  padding-bottom: 0.8rem;
  min-height: 2.8rem;
}
.ud-form-label-tag,
.ud-form-note {
  color: #595c73;
}
.ud-form-label-tag {
  flex: 1;
  text-align: right;
}
.ud-form-note {
  display: flex;
  align-items: center;
  padding-top: 0.8rem;
}
.ud-form-label-tag,
.ud-form-group-validation-icon {
  margin-left: 0.8rem;
}
.ud-form-group-error .ud-form-label,
.ud-form-group-error .ud-form-note {
  color: #d51c0f;
}
.ud-form-group-error .ud-text-input:not(:focus),
.ud-form-group-error .ud-text-input-container .ud-text-input:not(:focus) ~ .ud-text-input-box,
.ud-form-group-error select:not(:focus),
.ud-form-group-error textarea:not(:focus) {
  border-color: #d51c0f;
}

@container ud-content-area (min-width: 553px) {
}
@container ud-content-area (min-width: 653px) {
}
@container ud-content-area (min-width: 1153px) {
}
@container ud-content-area (min-width: 1153px) {
}
@container ud-content-area (min-width: 1232px) {
}
@container ud-content-area (min-width: 553px) {
}
@container ud-content-area (min-width: 653px) {
}
@container ud-content-area (min-width: 933px) {
}
@container ud-content-area (min-width: 553px) {
}
@container ud-content-area (min-width: 653px) {
}
@container ud-content-area (min-width: 933px) {
}
@container ud-content-area (min-width: 1153px) {
}
.ud-compact-form-group .ud-form-label {
  position: absolute;
  top: 0.8rem;
  left: 0;
  right: 3.2rem;
  border: 1px solid transparent;
  pointer-events: none;
  transition: transform 150ms cubic-bezier(0.2, 0, 0.38, 0.9);
  transform: translateY(1.2rem);
  transform-origin: top left;
}
.ud-compact-form-label-content {
  flex: 1;
  /* stylelint-disable-next-line unit-disallowed-list */
  min-width: 1px;
  padding: 0 1.6rem;
}
.ud-compact-form-label-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ud-compact-form-group .ud-form-group-validation-icon {
  margin: 0 0 0 0.4rem;
}
.ud-compact-form-label-content,
.ud-compact-form-control-container {
  display: flex;
  align-items: center;
}
.ud-compact-form-group .ud-form-label-tag {
  position: absolute;
  top: 0.8rem;
  right: 1.6rem;
}
.ud-compact-form-control-container {
  border: 1px solid #9194ac;
  border-radius: 0.4rem;
  position: relative;
}
.ud-compact-form-control-container:hover {
  background-color: var(--color-gray-100);
}
.ud-compact-form-control-container .ud-compact-form-control {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  height: 6rem !important;
  padding: 2rem 1.6rem 0 1.6rem;
  opacity: 0;
  transition: opacity 100ms linear;
}
.ud-compact-form-control-container .ud-compact-form-control.ud-text-area {
  min-height: 7.2rem !important;
  padding-top: 2.8rem;
}
.ud-compact-form-control-container > *:first-child {
  flex: 1;
}
.ud-compact-form-control-container > span {
  color: #595c73;
  margin-right: 1.6rem;
}
.ud-compact-form-control-container > .ud-icon {
  margin-right: 1.6rem;
}
.ud-compact-form-control-container .ud-text-input-container .ud-text-input-box {
  border: none;
}
.ud-compact-form-control-container-focus {
  background-color: var(--color-white) !important;
  border-color: #6d28d2;
  /* stylelint-disable-next-line unit-disallowed-list */
  box-shadow: inset 0 0 0 0.5px #6d28d2;
}
.ud-compact-form-control-container-focus .ud-text-input {
  background: transparent !important;
}
body.ud-keyboard-navigation-in-use .ud-compact-form-control-container-focus {
  /* stylelint-disable unit-disallowed-list */
  box-shadow: 0 0 0 2px var(--color-white), 0 0 0 4px var(--color-purple-400), 0 0 2px 5px var(--color-purple-150);
  /* stylelint-enable unit-disallowed-list */
}
.ud-form-group-error .ud-compact-form-control-container:not(.ud-compact-form-control-container-focus) {
  border-color: #d51c0f;
}
.ud-compact-form-control-container-active .ud-form-label {
  transform: scale(0.857) translateY(0);
}
.ud-compact-form-control-container-active .ud-form-group-validation-icon {
  transform: scale(1.167);
}
.ud-compact-form-control-container-active .ud-compact-form-control {
  opacity: 1;
  /* stylelint-disable-next-line declaration-colon-newline-after */
  transition: opacity 100ms linear 150ms;
}
.ud-compact-form-control-container-tagged > span,
.ud-compact-form-control-container-tagged > .ud-icon,
.ud-compact-form-control-container-tagged .ud-date-picker-icon .ud-icon,
.ud-compact-form-control-container-tagged .ud-select-icon-right .ud-icon {
  margin-top: 2.4rem;
}
.ud-compact-form-group .ud-compact-form-control + .ud-form-label {
  right: 0;
}

.ud-select-container {
  position: relative;
}
.ud-select {
  background: var(--color-white);
  border: 1px solid #9194ac;
  border-radius: 0.4rem;
  cursor: pointer;
  display: block;
  padding: 0 4rem 0 1.2rem;
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.ud-select option {
  background: var(--color-white);
}
.ud-select:hover {
  background-color: var(--color-gray-100);
}
.ud-select[disabled] {
  background: var(--color-white);
  color: #595c73;
  opacity: 1;
}
.ud-select:invalid,
.ud-select [disabled] {
  color: #595c73;
  border-color: #9194ac;
}
.ud-select-icon-container {
  pointer-events: none;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  height: 100%;
  padding: 0 0.8rem;
}
.ud-select-icon-left {
  left: 0;
  justify-content: flex-end;
}
.ud-select-icon-right {
  right: 0;
}
.ud-select-container-small .ud-select {
  height: 3.4rem;
}
.ud-select-container-medium .ud-select {
  height: 4rem;
}
.ud-select-container-small .ud-select-with-icon,
.ud-select-container-medium .ud-select-with-icon {
  padding-left: 3.6rem;
}
.ud-select-container-small .ud-select-icon-container,
.ud-select-container-medium .ud-select-icon-container {
  width: 3.6rem;
}
.ud-select-container-large .ud-select {
  height: 4.8rem;
}
.ud-select-container-large .ud-select-with-icon {
  padding-left: 4rem;
}
.ud-select-container-large .ud-select-icon-container {
  width: 4rem;
}

@container ud-content-area (min-width: 553px) {
}
@container ud-content-area (min-width: 653px) {
}
@container ud-content-area (min-width: 1153px) {
}
@container ud-content-area (min-width: 1153px) {
}
@container ud-content-area (min-width: 1232px) {
}
@container ud-content-area (min-width: 553px) {
}
@container ud-content-area (min-width: 653px) {
}
@container ud-content-area (min-width: 933px) {
}
@container ud-content-area (min-width: 553px) {
}
@container ud-content-area (min-width: 653px) {
}
@container ud-content-area (min-width: 933px) {
}
@container ud-content-area (min-width: 1153px) {
}
.ud-text-input {
  border: 1px solid #9194ac;
  border-radius: 0.4rem;
  -webkit-appearance: none;
  display: block;
  padding: 0 1.6rem;
  width: 100%;
  background-color: var(--color-white);
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  /* stylelint-disable-next-line no-descending-specificity */
}
.ud-text-input::-moz-placeholder {
  color: #595c73;
  opacity: 1;
}
.ud-text-input::-webkit-input-placeholder {
  color: #595c73;
}
.ud-text-input:hover:not(:disabled) {
  background-color: var(--color-gray-100);
}
.ud-text-input:focus:not(:disabled) {
  background-color: var(--color-white);
  border-color: #6d28d2;
  /* stylelint-disable-next-line unit-disallowed-list */
  box-shadow: inset 0 0 0 0.5px #6d28d2;
}
.ud-text-input-small {
  height: 3.4rem;
}
.ud-text-input-medium {
  height: 4rem;
}
.ud-text-input-large {
  height: 4.8rem;
}

@container ud-content-area (min-width: 553px) {
}
@container ud-content-area (min-width: 653px) {
}
@container ud-content-area (min-width: 1153px) {
}
@container ud-content-area (min-width: 1153px) {
}
@container ud-content-area (min-width: 1232px) {
}
@container ud-content-area (min-width: 553px) {
}
@container ud-content-area (min-width: 653px) {
}
@container ud-content-area (min-width: 933px) {
}
@container ud-content-area (min-width: 553px) {
}
@container ud-content-area (min-width: 653px) {
}
@container ud-content-area (min-width: 933px) {
}
@container ud-content-area (min-width: 1153px) {
}
.ud-text-input-container {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  background-color: var(--color-white);
}
.ud-text-input-container .ud-text-input {
  box-shadow: none !important;
  flex: 1;
  background-color: transparent !important;
}
.ud-text-input-container .ud-text-input:nth-child(2) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  padding-left: 0;
}
.ud-text-input-container .ud-text-input:nth-last-child(3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  padding-right: 0;
}
.ud-text-input-container:hover {
  background-color: var(--color-gray-100);
}
.ud-text-input-container .ud-icon {
  margin: 0 0.8rem;
}
.ud-text-input-container .ud-text-input-box {
  border: 1px solid #9194ac;
  border-radius: 0.4rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.ud-text-input-container .ud-text-input:focus ~ .ud-text-input-box {
  background-color: var(--color-white);
  border-color: #6d28d2;
  /* stylelint-disable-next-line unit-disallowed-list */
  box-shadow: inset 0 0 0 0.5px #6d28d2;
}
body.ud-keyboard-navigation-in-use .ud-text-input-container .ud-text-input:focus {
  outline: 0 !important;
}
body.ud-keyboard-navigation-in-use .ud-text-input-container .ud-text-input:focus ~ .ud-text-input-box {
  /* stylelint-disable unit-disallowed-list */
  box-shadow: 0 0 0 2px var(--color-white), 0 0 0 4px var(--color-purple-400), 0 0 2px 5px var(--color-purple-150);
  /* stylelint-enable unit-disallowed-list */
}

@container ud-content-area (min-width: 553px) {
}
@container ud-content-area (min-width: 653px) {
}
@container ud-content-area (min-width: 1153px) {
}
@container ud-content-area (min-width: 1153px) {
}
@container ud-content-area (min-width: 1232px) {
}
@container ud-content-area (min-width: 553px) {
}
@container ud-content-area (min-width: 653px) {
}
@container ud-content-area (min-width: 933px) {
}
@container ud-content-area (min-width: 553px) {
}
@container ud-content-area (min-width: 653px) {
}
@container ud-content-area (min-width: 933px) {
}
@container ud-content-area (min-width: 1153px) {
}
.ud-toggle-input-container {
  cursor: pointer;
  display: flex;
  padding: 0.8rem 0;
  user-select: none;
  -webkit-user-select: none;
  min-width: 18rem;
  max-width: 60rem;
}
.ud-toggle-input-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.ud-fake-toggle-input {
  border: 0.2rem solid var(--color-gray-500);
  border-radius: 2px;
  margin-right: 0.8rem;
  position: relative;
  top: 0.2rem;
}
.ud-fake-toggle-checkbox {
  color: var(--color-knockout);
}
.ud-fake-toggle-radio-small {
  width: 1.6rem;
  height: 1.6rem;
}
.ud-fake-toggle-radio-large {
  width: 2rem;
  height: 2rem;
}
.ud-real-toggle-input:checked ~ .ud-fake-toggle-checkbox {
  background: #6d28d2;
  border-color: #6d28d2;
  color: var(--color-knockout);
}
.ud-real-toggle-input:checked ~ .ud-fake-toggle-radio-small {
  background: #6d28d2;
  box-shadow: 0 0 0 0.2rem var(--color-white) inset;
}
.ud-real-toggle-input:checked ~ .ud-fake-toggle-radio-large {
  background: #6d28d2;
  box-shadow: 0 0 0 0.3rem var(--color-white) inset;
}
.ud-toggle-input-container:not(.ud-toggle-input-disabled):hover .ud-real-toggle-input:checked ~ .ud-fake-toggle-checkbox {
  border-color: var(--color-purple-350);
  background: var(--color-purple-350);
}
.ud-fake-toggle-indeterminate-checkbox {
  color: var(--color-knockout);
  background: #6d28d2;
  border-color: #6d28d2;
}
.ud-fake-toggle-radio {
  border-radius: 100rem;
  display: inline-block;
  flex-shrink: 0;
}
body.ud-keyboard-navigation-in-use .ud-real-toggle-input:focus ~ .ud-fake-toggle-input {
  /* stylelint-disable unit-disallowed-list */
  box-shadow: 0 0 0 2px var(--color-white), 0 0 0 4px var(--color-purple-400), 0 0 2px 5px var(--color-purple-150);
  /* stylelint-enable unit-disallowed-list */
}

@container ud-content-area (min-width: 553px) {
}
@container ud-content-area (min-width: 653px) {
}
@container ud-content-area (min-width: 1153px) {
}
@container ud-content-area (min-width: 1153px) {
}
@container ud-content-area (min-width: 1232px) {
}
@container ud-content-area (min-width: 553px) {
}
@container ud-content-area (min-width: 653px) {
}
@container ud-content-area (min-width: 933px) {
}
@container ud-content-area (min-width: 553px) {
}
@container ud-content-area (min-width: 653px) {
}
@container ud-content-area (min-width: 933px) {
}
@container ud-content-area (min-width: 1153px) {
}
.ud-toggle-input-block-container.ud-toggle-input-container {
  padding: 1.6rem;
  position: relative;
}
.ud-toggle-input-block-container .ud-fake-toggle-input {
  margin-right: 1.6rem;
  top: 0;
}
.ud-toggle-input-block-outline {
  border: 1px solid #9194ac;
  border-radius: 0.4rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ud-toggle-input-block-details {
  margin-top: 0.8rem;
}
body.ud-keyboard-navigation-in-use .ud-toggle-input-block-container .ud-real-toggle-input:focus ~ .ud-fake-toggle-input {
  outline: none;
}
body.ud-keyboard-navigation-in-use .ud-toggle-input-block-container .ud-real-toggle-input:focus ~ .ud-toggle-input-block-outline {
  /* stylelint-disable unit-disallowed-list */
  box-shadow: 0 0 0 2px var(--color-white), 0 0 0 4px var(--color-purple-400), 0 0 2px 5px var(--color-purple-150);
  /* stylelint-enable unit-disallowed-list */
}
.ud-toggle-input-block-container:not(.ud-toggle-input-disabled):hover {
  background: var(--color-gray-100);
}
.ud-toggle-input-block-center-vertically {
  align-items: center;
}

.ud-badge {
  display: inline-block;
  border-radius: 0.4rem;
  padding: 0.4rem 0.8rem;
  white-space: nowrap;
}

.ud-loader-block {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ud-loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ud-loader {
  display: inline-block;
  animation: ud-loader-spin 800ms linear infinite;
}
@keyframes ud-loader-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ud-lcp-candidate-white {
  background-size: cover;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0CAIAAABEtEjdAAAEt2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iCiAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgZXhpZjpQaXhlbFhEaW1lbnNpb249IjUwMCIKICAgZXhpZjpQaXhlbFlEaW1lbnNpb249IjUwMCIKICAgZXhpZjpDb2xvclNwYWNlPSIxIgogICB0aWZmOkltYWdlV2lkdGg9IjUwMCIKICAgdGlmZjpJbWFnZUxlbmd0aD0iNTAwIgogICB0aWZmOlJlc29sdXRpb25Vbml0PSIyIgogICB0aWZmOlhSZXNvbHV0aW9uPSI3Mi4wIgogICB0aWZmOllSZXNvbHV0aW9uPSI3Mi4wIgogICBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIgogICBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiCiAgIHhtcDpNb2RpZnlEYXRlPSIyMDIxLTA4LTExVDE2OjQxOjMxLTA1OjAwIgogICB4bXA6TWV0YWRhdGFEYXRlPSIyMDIxLTA4LTExVDE2OjQxOjMxLTA1OjAwIj4KICAgPHhtcE1NOkhpc3Rvcnk+CiAgICA8cmRmOlNlcT4KICAgICA8cmRmOmxpCiAgICAgIHN0RXZ0OmFjdGlvbj0icHJvZHVjZWQiCiAgICAgIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFmZmluaXR5IERlc2lnbmVyIDEuMTAuMCIKICAgICAgc3RFdnQ6d2hlbj0iMjAyMS0wOC0xMVQxNjo0MTozMS0wNTowMCIvPgogICAgPC9yZGY6U2VxPgogICA8L3htcE1NOkhpc3Rvcnk+CiAgPC9yZGY6RGVzY3JpcHRpb24+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+qp5pCgAAAYFpQ0NQc1JHQiBJRUM2MTk2Ni0yLjEAACiRdZHfK4NRGMc/G9qyiUK5cLGEK8TUwoWyJdSSZsqvm+3du03tx9v7bmm5VW5XlLjx64K/gFvlWikiJXfKNXGDXs+7qUn2nJ7zfM73nOfpnOeAPZxS0kZtP6QzOT004ffMLyx6HE84cdEKjEQUQxubmQlS1d5vsVnxuteqVf3cv+aKqYYCNqfwqKLpOeFJ4eBqTrN4S7hFSUZiwifCPbpcUPjG0qNlfrY4UeZPi/VwKAD2JmFP4hdHf7GS1NPC8nI606m88nMf6yVuNTM3K7FDvB2DEBP48TDFOAF8DDAss49evPTJiir5/aX8abKSq8isUUBnhQRJcvSImpfqqsS46KqMFAWr/3/7asQHveXqbj/UPZrmaxc4NuGraJofB6b5dQg1D3CeqeRn92HoTfRiRevcg8Z1OL2oaNFtONuAtnstokdKUo24PR6Hl2NoWIDmK6hfKvfsZ5+jOwivyVddws4udMv5xuVvTQNn2t22fqgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAb0SURBVHic7dTBCQAgEMAwdf+dzyUEoSQT9NU9MwuAlvM7AID3zB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCzB0gyNwBgswdIMjcAYLMHSDI3AGCLiy5BuVaI/vOAAAAAElFTkSuQmCC);
}

.ud-breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  padding: 0.4rem;
  margin: 0 -0.4rem;
  overflow: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-snap-stop: always;
  touch-action: manipulation;
  -webkit-overflow-scrolling: touch;
}
.ud-breadcrumb a {
  padding: 0.4rem 0;
  white-space: nowrap;
  scroll-snap-align: start;
}
.ud-breadcrumb-icon {
  position: relative;
  top: 0.1rem;
  margin: 0.4rem;
}

.ud-play-overlay {
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.ud-footer-btns {
  margin-top: 3.2rem;
}
.ud-footer-btns .ud-btn + .ud-btn {
  margin-left: 1.6rem;
}
.ud-footer-btns-spacer {
  display: none;
}

/**
 * TODO:
 * When django-website charts have been pully onboarded to styled mode
 * We can safely start pulling in from the node_modules package instead of
 * hosting a copy of the CSS here. Colors will leak into legacy charts otherwise.
 */
:root,
.highcharts-light {
  --highcharts-background-color: #fff;
  --highcharts-neutral-color-100: #000;
  --highcharts-neutral-color-80: #333;
  --highcharts-neutral-color-60: #666;
  --highcharts-neutral-color-40: #999;
  --highcharts-neutral-color-20: #ccc;
  --highcharts-neutral-color-10: #e6e6e6;
  --highcharts-neutral-color-5: #f2f2f2;
  --highcharts-neutral-color-3: #f7f7f7;
  --highcharts-positive-color: #06b535;
  --highcharts-negative-color: #f21313;
}
.highcharts-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: left;
  line-height: normal;
  z-index: 0;
  /* #1072 */
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  user-select: none;
  touch-action: manipulation;
  outline: none;
}
.highcharts-root {
  display: block;
}
.highcharts-root text {
  stroke-width: 0;
}
.highcharts-strong {
  font-weight: bold;
}
.highcharts-emphasized {
  font-style: italic;
}
.highcharts-anchor {
  cursor: pointer;
}
.highcharts-background {
  fill: var(--highcharts-background-color);
}
.highcharts-plot-border,
.highcharts-plot-background {
  fill: none;
}
.highcharts-label-box {
  fill: none;
}
.highcharts-label text {
  fill: var(--highcharts-neutral-color-80);
  font-size: 0.8em;
}
.highcharts-button-box {
  fill: inherit;
}
.highcharts-tracker-line {
  stroke-linejoin: round;
  stroke-width: 22;
  fill: none;
}
.highcharts-tracker-area {
  stroke-width: 0;
}
/* Titles */
.highcharts-title {
  fill: var(--highcharts-neutral-color-80);
  font-size: 1.2em;
  font-weight: bold;
}
.highcharts-subtitle {
  fill: var(--highcharts-neutral-color-60);
  font-size: 0.8em;
}
/* Axes */
.highcharts-axis-line {
  fill: none;
  stroke: var(--highcharts-neutral-color-80);
}
.highcharts-yaxis .highcharts-axis-line {
  stroke-width: 0;
}
.highcharts-axis-title {
  fill: var(--highcharts-neutral-color-60);
  font-size: 0.8em;
}
.highcharts-axis-labels {
  fill: var(--highcharts-neutral-color-80);
  cursor: default;
  font-size: 0.8em;
}
.highcharts-grid-line {
  fill: none;
  stroke: var(--highcharts-neutral-color-10);
}
.highcharts-xaxis-grid .highcharts-grid-line {
  stroke-width: 0;
}
.highcharts-tick {
  stroke: var(--highcharts-neutral-color-80);
}
.highcharts-yaxis .highcharts-tick {
  stroke-width: 0;
}
.highcharts-minor-grid-line {
  stroke: var(--highcharts-neutral-color-5);
}
.highcharts-crosshair-thin {
  stroke-width: 1px;
  stroke: var(--highcharts-neutral-color-20);
}
.highcharts-crosshair-category {
  stroke: var(--highcharts-highlight-color-20);
  stroke-opacity: 0.25;
}
/* Credits */
.highcharts-credits {
  cursor: pointer;
  fill: var(--highcharts-neutral-color-40);
  font-size: 0.6em;
  transition: fill 250ms, font-size 250ms;
}
.highcharts-credits:hover {
  fill: var(--highcharts-neutral-color-100);
  font-size: 0.7em;
}
/* Tooltip */
.highcharts-tooltip {
  cursor: default;
  pointer-events: none;
  white-space: nowrap;
  transition: stroke 150ms;
}
.highcharts-tooltip text {
  fill: var(--highcharts-neutral-color-80);
  font-size: 0.8em;
}
.highcharts-tooltip .highcharts-header {
  font-size: 0.8em;
}
.highcharts-tooltip-box {
  stroke-width: 1px;
  fill: var(--highcharts-background-color);
}
.highcharts-tooltip-box {
  stroke-width: 0;
  fill: var(--highcharts-background-color);
}
.highcharts-tooltip-box .highcharts-label-box {
  fill: var(--highcharts-background-color);
}
div.highcharts-tooltip {
  filter: none;
  font-size: 0.8em;
}
.highcharts-selection-marker {
  fill: var(--highcharts-highlight-color-80);
  fill-opacity: 0.25;
}
.highcharts-graph {
  fill: none;
  stroke-width: 1px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.highcharts-empty-series {
  stroke-width: 1px;
  fill: none;
  stroke: var(--highcharts-neutral-color-20);
}
.highcharts-state-hover .highcharts-graph {
  stroke-width: 3;
}
.highcharts-point-inactive {
  opacity: 0.2;
  transition: opacity 50ms;
  /* quick in */
}
.highcharts-series-inactive {
  opacity: 0.2;
  transition: opacity 50ms;
  /* quick in */
}
.highcharts-state-hover path {
  transition: stroke-width 50ms;
  /* quick in */
}
.highcharts-state-normal path {
  transition: stroke-width 250ms;
  /* slow out */
}
/* Legend hover affects points and series */
g.highcharts-series,
.highcharts-point,
.highcharts-markers,
.highcharts-data-labels {
  transition: opacity 250ms;
}
.highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),
.highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover),
.highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover),
.highcharts-legend-series-active .highcharts-data-labels:not(.highcharts-series-hover) {
  opacity: 0.2;
}
/** Default Colors **/
/** These have been removed to prevent bleeding on legacy charts */
/* Various series-specific */
.highcharts-area {
  fill-opacity: 0.75;
  stroke-width: 0;
}
.highcharts-markers {
  stroke-width: 1px;
  stroke: var(--highcharts-background-color);
}
.highcharts-a11y-markers-hidden .highcharts-point:not(.highcharts-point-hover, .highcharts-a11y-marker-visible),
.highcharts-a11y-marker-hidden {
  opacity: 0;
}
.highcharts-point {
  stroke-width: 1px;
}
.highcharts-dense-data .highcharts-point {
  stroke-width: 0;
}
.highcharts-data-label text,
text.highcharts-data-label {
  font-size: 0.7em;
  font-weight: bold;
}
.highcharts-data-label-box {
  fill: none;
  stroke-width: 0;
}
.highcharts-data-label text,
text.highcharts-data-label {
  fill: var(--highcharts-neutral-color-80);
}
.highcharts-data-label-connector {
  fill: none;
}
.highcharts-data-label-hidden {
  pointer-events: none;
}
.highcharts-halo {
  fill-opacity: 0.25;
  stroke-width: 0;
}
.highcharts-series-label text {
  fill: inherit;
  font-weight: bold;
}
.highcharts-series:not(.highcharts-pie-series) .highcharts-point-select,
.highcharts-markers .highcharts-point-select {
  fill: var(--highcharts-neutral-color-20);
  stroke: var(--highcharts-neutral-color-100);
}
.highcharts-column-series rect.highcharts-point {
  /* rect to prevent stroke on 3D columns */
  stroke: var(--highcharts-background-color);
}
.highcharts-column-series .highcharts-point {
  transition: fill-opacity 250ms;
}
.highcharts-column-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.highcharts-pie-series .highcharts-point {
  stroke-linejoin: round;
  stroke: var(--highcharts-background-color);
}
.highcharts-pie-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.highcharts-funnel-series .highcharts-point {
  stroke-linejoin: round;
  stroke: var(--highcharts-background-color);
}
.highcharts-funnel-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.highcharts-funnel-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}
.highcharts-pyramid-series .highcharts-point {
  stroke-linejoin: round;
  stroke: var(--highcharts-background-color);
}
.highcharts-pyramid-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.highcharts-pyramid-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}
.highcharts-solidgauge-series .highcharts-point {
  stroke-width: 0;
}
.highcharts-treemap-series .highcharts-point {
  stroke-width: 1px;
  stroke: var(--highcharts-neutral-color-10);
  transition: stroke 250ms, fill 250ms, fill-opacity 250ms;
}
.highcharts-treemap-series .highcharts-point-hover {
  stroke: var(--highcharts-neutral-color-40);
  transition: stroke 25ms, fill 25ms, fill-opacity 25ms;
}
.highcharts-treemap-series .highcharts-above-level {
  display: none;
}
.highcharts-treemap-series .highcharts-internal-node {
  fill: none;
}
.highcharts-treemap-series .highcharts-internal-node-interactive {
  fill-opacity: 0.15;
  cursor: pointer;
}
.highcharts-treemap-series .highcharts-internal-node-interactive:hover {
  fill-opacity: 0.75;
}
.highcharts-vector-series .highcharts-point {
  fill: none;
  stroke-width: 2px;
}
.highcharts-windbarb-series .highcharts-point {
  fill: none;
  stroke-width: 2px;
}
.highcharts-lollipop-stem {
  stroke: var(--highcharts-neutral-color-100);
}
.highcharts-focus-border {
  fill: none;
  stroke-width: 2px;
}
.highcharts-legend-item-hidden .highcharts-focus-border {
  fill: none !important;
}
/* Legend */
.highcharts-legend-box {
  fill: none;
  stroke-width: 0;
}
.highcharts-legend-item > text {
  fill: var(--highcharts-neutral-color-80);
  font-weight: bold;
  font-size: 0.8em;
  cursor: pointer;
  stroke-width: 0;
}
.highcharts-legend-item:hover text {
  fill: var(--highcharts-neutral-color-100);
}
.highcharts-legend-item-hidden * {
  fill: var(--highcharts-neutral-color-60) !important;
  stroke: var(--highcharts-neutral-color-60) !important;
  transition: fill 250ms;
  text-decoration: line-through;
}
.highcharts-legend-nav-active {
  fill: var(--highcharts-highlight-color-100);
  cursor: pointer;
}
.highcharts-legend-nav-inactive {
  fill: var(--highcharts-neutral-color-20);
}
circle.highcharts-legend-nav-active,
circle.highcharts-legend-nav-inactive {
  /* tracker */
}
.highcharts-legend-title-box {
  fill: none;
  stroke-width: 0;
}
/* Bubble legend */
.highcharts-bubble-legend-symbol {
  stroke-width: 2;
  fill-opacity: 0.5;
}
.highcharts-bubble-legend-connectors {
  stroke-width: 1;
}
.highcharts-bubble-legend-labels {
  fill: var(--highcharts-neutral-color-80);
  font-size: 0.7em;
}
/* Loading */
.highcharts-loading {
  position: absolute;
  background-color: var(--highcharts-background-color);
  opacity: 0.5;
  text-align: center;
  z-index: 10;
  transition: opacity 250ms;
}
.highcharts-loading-hidden {
  height: 0 !important;
  opacity: 0;
  overflow: hidden;
  transition: opacity 250ms, height 250ms step-end;
}
.highcharts-loading-inner {
  font-weight: bold;
  position: relative;
  top: 45%;
}
/* Plot bands and polar pane backgrounds */
.highcharts-plot-band,
.highcharts-pane {
  fill: var(--highcharts-neutral-color-100);
  fill-opacity: 0.05;
}
.highcharts-plot-line {
  fill: none;
  stroke: var(--highcharts-neutral-color-40);
  stroke-width: 1px;
}
.highcharts-plot-line-label {
  font-size: 0.8em;
}
/* Highcharts More and modules */
.highcharts-boxplot-box {
  fill: var(--highcharts-background-color);
}
.highcharts-boxplot-median {
  stroke-width: 2px;
}
.highcharts-bubble-series .highcharts-point {
  fill-opacity: 0.5;
}
.highcharts-errorbar-series .highcharts-point {
  stroke: var(--highcharts-neutral-color-100);
}
.highcharts-gauge-series .highcharts-data-label-box {
  stroke: var(--highcharts-neutral-color-20);
  stroke-width: 1px;
}
.highcharts-gauge-series .highcharts-dial {
  fill: var(--highcharts-neutral-color-100);
  stroke-width: 0;
}
.highcharts-polygon-series .highcharts-graph {
  fill: inherit;
  stroke-width: 0;
}
.highcharts-waterfall-series .highcharts-graph {
  stroke: var(--highcharts-neutral-color-80);
  stroke-dasharray: 1, 3;
}
.highcharts-sankey-series .highcharts-point {
  stroke-width: 0;
}
.highcharts-sankey-series .highcharts-link {
  transition: fill 250ms, fill-opacity 250ms;
  fill-opacity: 0.5;
}
.highcharts-sankey-series .highcharts-point-hover.highcharts-link {
  transition: fill 50ms, fill-opacity 50ms;
  fill-opacity: 1;
}
.highcharts-venn-series .highcharts-point {
  fill-opacity: 0.75;
  stroke: var(--highcharts-neutral-color-20);
  transition: stroke 250ms, fill-opacity 250ms;
}
.highcharts-venn-series .highcharts-point-hover {
  fill-opacity: 1;
  stroke: var(--highcharts-neutral-color-20);
}
.highcharts-timeline-series .highcharts-graph {
  stroke: var(--highcharts-neutral-color-20);
}
/* Highstock */
.highcharts-navigator-mask-outside {
  fill-opacity: 0;
}
.highcharts-navigator-mask-inside {
  fill: var(--highcharts-highlight-color-60);
  /* navigator.maskFill option */
  fill-opacity: 0.25;
  cursor: ew-resize;
}
.highcharts-navigator-outline {
  stroke: var(--highcharts-neutral-color-40);
  fill: none;
}
.highcharts-navigator-handle {
  stroke: var(--highcharts-neutral-color-40);
  fill: var(--highcharts-neutral-color-5);
  cursor: ew-resize;
}
.highcharts-navigator-series {
  fill: var(--highcharts-highlight-color-80);
  stroke: var(--highcharts-highlight-color-80);
}
.highcharts-navigator-series .highcharts-graph {
  stroke-width: 1px;
}
.highcharts-navigator-series .highcharts-area {
  fill-opacity: 0.05;
}
.highcharts-navigator-xaxis .highcharts-axis-line {
  stroke-width: 0;
}
.highcharts-navigator-xaxis .highcharts-grid-line {
  stroke-width: 1px;
  stroke: var(--highcharts-neutral-color-10);
}
.highcharts-navigator-xaxis.highcharts-axis-labels {
  fill: var(--highcharts-neutral-color-100);
  font-size: 0.7em;
  opacity: 0.6;
}
.highcharts-navigator-yaxis .highcharts-grid-line {
  stroke-width: 0;
}
.highcharts-scrollbar-thumb {
  fill: var(--highcharts-neutral-color-20);
  stroke: var(--highcharts-neutral-color-20);
  stroke-width: 0;
}
.highcharts-scrollbar-button {
  fill: var(--highcharts-neutral-color-10);
  stroke: var(--highcharts-neutral-color-20);
  stroke-width: 1px;
}
.highcharts-scrollbar-arrow {
  fill: var(--highcharts-neutral-color-60);
}
.highcharts-scrollbar-rifles {
  stroke: none;
  stroke-width: 1px;
}
.highcharts-scrollbar-track {
  stroke: var(--highcharts-neutral-color-20);
  stroke-width: 1px;
}
.highcharts-button {
  fill: var(--highcharts-neutral-color-3);
  stroke: var(--highcharts-neutral-color-20);
  cursor: default;
  stroke-width: 1px;
  transition: fill 250ms;
}
.highcharts-button text {
  fill: var(--highcharts-neutral-color-80);
  font-size: 0.8em;
}
.highcharts-button-hover {
  transition: fill 0ms;
  fill: var(--highcharts-neutral-color-10);
  stroke: var(--highcharts-neutral-color-20);
}
.highcharts-button-hover text {
  fill: var(--highcharts-neutral-color-80);
}
.highcharts-button-pressed {
  font-weight: bold;
  fill: var(--highcharts-highlight-color-10);
  stroke: var(--highcharts-neutral-color-20);
}
.highcharts-button-pressed text {
  fill: var(--highcharts-neutral-color-80);
  font-weight: bold;
}
.highcharts-button-disabled text {
  fill: var(--highcharts-neutral-color-80);
}
.highcharts-range-selector-buttons .highcharts-button {
  stroke-width: 0;
}
.highcharts-range-label rect {
  fill: none;
}
.highcharts-range-label text {
  fill: var(--highcharts-neutral-color-60);
}
.highcharts-range-input rect {
  fill: none;
}
.highcharts-range-input text {
  fill: var(--highcharts-neutral-color-80);
  font-size: 0.8em;
}
.highcharts-range-input {
  stroke-width: 1px;
  stroke: var(--highcharts-neutral-color-20);
}
input.highcharts-range-selector {
  position: absolute;
  border: 0;
  width: 1px;
  /* Chrome needs a pixel to see it */
  height: 1px;
  padding: 0;
  text-align: center;
  left: -9em;
  /* #4798 */
}
.highcharts-crosshair-label text {
  fill: var(--highcharts-background-color);
  font-size: 1.7em;
}
.highcharts-crosshair-label .highcharts-label-box {
  fill: inherit;
}
.highcharts-candlestick-series .highcharts-point {
  stroke: var(--highcharts-neutral-color-100);
  stroke-width: 1px;
}
.highcharts-candlestick-series .highcharts-point-up {
  fill: var(--highcharts-background-color);
}
.highcharts-hollowcandlestick-series .highcharts-point-down {
  fill: var(--highcharts-negative-color);
  stroke: var(--highcharts-negative-color);
}
.highcharts-hollowcandlestick-series .highcharts-point-down-bearish-up {
  fill: var(--highcharts-positive-color);
  stroke: var(--highcharts-positive-color);
}
.highcharts-hollowcandlestick-series .highcharts-point-up {
  fill: transparent;
  stroke: var(--highcharts-positive-color);
}
.highcharts-ohlc-series .highcharts-point-hover {
  stroke-width: 3px;
}
.highcharts-flags-series .highcharts-point .highcharts-label-box {
  stroke: var(--highcharts-neutral-color-40);
  fill: var(--highcharts-background-color);
  transition: fill 250ms;
}
.highcharts-flags-series .highcharts-point-hover .highcharts-label-box {
  stroke: var(--highcharts-neutral-color-100);
  fill: var(--highcharts-highlight-color-20);
}
.highcharts-flags-series .highcharts-point text {
  fill: var(--highcharts-neutral-color-100);
  font-size: 0.9em;
  font-weight: bold;
}
/* Highcharts Maps */
.highcharts-map-series .highcharts-point {
  transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
  stroke: var(--highcharts-neutral-color-20);
  stroke-width: inherit;
}
.highcharts-map-series .highcharts-point-hover {
  transition: fill 0ms, fill-opacity 0ms;
  fill-opacity: 0.5;
}
.highcharts-mapline-series .highcharts-point {
  fill: none;
}
.highcharts-heatmap-series .highcharts-point {
  stroke-width: 0;
}
.highcharts-map-navigation {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}
.highcharts-map-navigation.highcharts-button {
  fill: var(--highcharts-background-color);
  stroke: var(--highcharts-neutral-color-10);
}
.highcharts-map-navigation.highcharts-button:hover {
  fill: var(--highcharts-neutral-color-10);
}
.highcharts-map-navigation.highcharts-button .highcharts-button-symbol {
  stroke-width: 2px;
}
.highcharts-mapview-inset-border {
  stroke: var(--highcharts-neutral-color-20);
  stroke-width: 1px;
  fill: none;
}
.highcharts-coloraxis {
  stroke-width: 0;
}
.highcharts-coloraxis-marker {
  fill: var(--highcharts-neutral-color-40);
}
.highcharts-null-point {
  fill: var(--highcharts-neutral-color-3);
}
/* 3d charts */
.highcharts-3d-frame {
  fill: transparent;
}
/* Exporting module */
.highcharts-contextbutton {
  /* Fill is needed to capture hover */
  fill: var(--highcharts-background-color);
  stroke: none;
  stroke-linecap: round;
}
.highcharts-contextbutton:hover {
  fill: var(--highcharts-neutral-color-10);
  stroke: var(--highcharts-neutral-color-10);
}
.highcharts-button-symbol {
  stroke: var(--highcharts-neutral-color-60);
  stroke-width: 3px;
}
.highcharts-menu {
  border: none;
  background: var(--highcharts-background-color);
  border-radius: 3px;
  padding: 0.5em;
  box-shadow: 3px 3px 10px #888;
}
.highcharts-menu-item {
  background: none;
  border-radius: 3px;
  color: var(--highcharts-neutral-color-80);
  cursor: pointer;
  font-size: 0.8em;
  list-style-type: none;
  padding: 0.5em;
  transition: background 250ms, color 250ms;
}
.highcharts-menu-item:hover {
  background: var(--highcharts-neutral-color-5);
}
/* Breadcrumbs */
.highcharts-breadcrumbs-button {
  fill: none;
  stroke-width: 0;
  cursor: pointer;
}
.highcharts-breadcrumbs-separator {
  fill: var(--highcharts-neutral-color-60);
}
/* Drilldown module */
.highcharts-drilldown-point {
  cursor: pointer;
}
.highcharts-drilldown-data-label text,
text.highcharts-drilldown-data-label,
.highcharts-drilldown-axis-label {
  cursor: pointer;
  fill: var(--highcharts-highlight-color-100);
  font-weight: bold;
  text-decoration: underline;
}
/* No-data module */
.highcharts-no-data text {
  font-weight: bold;
  font-size: 0.8em;
  fill: var(--highcharts-neutral-color-60);
}
/* Drag-panes module */
.highcharts-axis-resizer {
  cursor: ns-resize;
  stroke: var(--highcharts-neutral-color-100);
  stroke-width: 2px;
}
/* Bullet type series */
.highcharts-bullet-target {
  stroke-width: 0;
}
/* Lineargauge type series */
.highcharts-lineargauge-target {
  stroke-width: 1px;
  stroke: var(--highcharts-neutral-color-80);
}
.highcharts-lineargauge-target-line {
  stroke-width: 1px;
  stroke: var(--highcharts-neutral-color-80);
}
/* Annotations module */
.highcharts-annotation-label-box {
  stroke-width: 1px;
  stroke: var(--highcharts-neutral-color-100);
  fill: var(--highcharts-neutral-color-100);
  fill-opacity: 0.75;
}
.highcharts-annotation-label text {
  fill: var(--highcharts-neutral-color-10);
  font-size: 0.8em;
}
/* A11y module */
.highcharts-a11y-proxy-button {
  border-width: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  opacity: 0.001;
  z-index: 999;
  overflow: hidden;
  padding: 0;
  margin: 0;
  display: block;
  position: absolute;
}
.highcharts-a11y-proxy-group li {
  list-style: none;
}
.highcharts-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(1px, 1px, 1px, 1px);
  margin-top: -3px;
  opacity: 0.01;
}
.highcharts-a11y-invisible {
  visibility: hidden;
}
.highcharts-a11y-proxy-container,
.highcharts-a11y-proxy-container-before,
.highcharts-a11y-proxy-container-after {
  position: absolute;
  white-space: nowrap;
}
g.highcharts-series,
.highcharts-markers,
.highcharts-point {
  outline: none;
}
/* Gantt */
.highcharts-treegrid-node-collapsed,
.highcharts-treegrid-node-expanded {
  cursor: pointer;
}
.highcharts-point-connecting-path {
  fill: none;
}
.highcharts-grid-axis .highcharts-tick {
  stroke-width: 1px;
}
.highcharts-grid-axis .highcharts-axis-line {
  stroke-width: 1px;
}
/* This will re-declare variables globally */
:root {
  --highcharts-background-color: var(--color-white);
  --highcharts-neutral-color-100: var(--color-gray-600);
  --highcharts-neutral-color-80: var(--color-gray-550);
  --highcharts-neutral-color-60: var(--color-gray-500);
  --highcharts-neutral-color-40: var(--color-gray-400);
  --highcharts-neutral-color-20: var(--color-gray-200);
  --highcharts-neutral-color-10: var(--color-gray-100);
  --highcharts-positive-color: var(--color-green-400);
  --highcharts-negative-color: var(--color-red-400);
}
.highcharts-container {
  font-family: 'Udemy Sans', 'SF Pro Text', -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.highcharts-title {
  fill: #303141;
  font-size: clamp(1.65rem, calc(1.65rem + (1.8 - 1.65) * calc((100vw - 36rem) / (144 - 36))), 1.8rem);
}
.highcharts-subtitle {
  fill: #303141;
  font-size: 1.6rem;
}
.highcharts-label text {
  fill: #595c73;
  font-size: 1.2rem;
}
.highcharts-axis-labels {
  font-size: 1.2rem;
  fill: #595c73;
}
.highcharts-tracker-line {
  stroke-width: 0;
}
.highcharts-tick,
.highcharts-axis-line,
.highcharts-grid-line {
  stroke: #d1d2e0;
}
.highcharts-axis-title {
  fill: #595c73;
  font-size: 1.2rem;
}
.highcharts-legend-item > text {
  fill: #303141;
  font-weight: 400;
  font-size: 1.4rem;
}
.highcharts-legend-item .highcharts-point {
  stroke-width: 0;
}
.highcharts-tooltip .highcharts-header {
  font-weight: 700;
  font-size: 1.2rem;
}
.highcharts-tooltip text {
  fill: #303141;
  font-size: 1.2rem;
}
.highcharts-tooltip-box {
  /* stylelint-disable-next-line unit-disallowed-list */
  stroke-width: 1px;
  stroke: #d1d2e0;
  /* This is equivalent to box-shadow-100 */
  /* stylelint-disable-next-line unit-disallowed-list */
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
}
.highcharts-legend-item-hidden * {
  text-decoration: none;
  stroke: inherit !important;
}
.highcharts-legend-checkbox {
  appearance: none;
  background-color: var(--color-white);
  /* stylelint-disable-next-line unit-disallowed-list */
  margin: 3px 0 0;
  border: 0.2rem solid #9194ac;
  width: 1.6rem !important;
  height: 1.6rem !important;
  cursor: pointer;
}
.highcharts-legend-checkbox:checked {
  background: #9194ac;
  border: 0;
  /* This is our tick icon. We host this as an SVG on the CDN. It is a SVG version of tick.ud-icon */
  background-image: url('https://frontends.udemycdn.com/design-system/react-data-visualization-components/v1/tick.svg');
}

.rt-scaffolding {
  /* stylelint-disable-next-line no-descending-specificity */
}
.rt-scaffolding p {
  max-width: none;
}
.rt-scaffolding p a {
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  text-decoration-color: #af72fd;
}
.rt-scaffolding h1,
.rt-scaffolding h2,
.rt-scaffolding h3,
.rt-scaffolding h4,
.rt-scaffolding h5,
.rt-scaffolding h6 {
  font-size: clamp(1.8rem, calc(1.8rem + (2.4 - 1.8) * calc((100vw - 36rem) / (144 - 36))), 2.4rem);
  font-weight: 400;
  margin: 0.8rem 0;
  max-width: none;
}
.rt-scaffolding blockquote {
  border-left: 4px solid #d1d2e0;
  font-size: clamp(1.65rem, calc(1.65rem + (1.8 - 1.65) * calc((100vw - 36rem) / (144 - 36))), 1.8rem);
  margin: 0 0 1.6rem 0;
  padding: 0.8rem 1.6rem;
}
.rt-scaffolding blockquote[dir='rtl'] {
  border-left: 0;
  border-right: 4px solid #d1d2e0;
}
.rt-scaffolding ol ol {
  list-style-type: lower-alpha;
}
.rt-scaffolding ol ol ol {
  list-style-type: lower-roman;
}
.rt-scaffolding ul {
  list-style-type: disc;
}
.rt-scaffolding figcaption {
  font-size: 1.2rem;
  font-style: italic;
  margin: 0.4rem 0;
  text-align: left;
}
.rt-scaffolding code {
  background-color: #fff;
  border: 1px solid #d1d2e0;
  color: #c4710d;
  font-size: 90%;
  padding: 0.2rem 0.4rem;
}
.rt-scaffolding pre:not(.prettyprint) {
  background-color: #f6f7f9;
  border: 1px solid #d1d2e0;
  font-size: 1.4rem;
  margin: 0 0 0.8rem 0;
  overflow: auto;
  padding: 0.8rem;
  word-break: break-all;
  word-wrap: break-word;
}
.rt-scaffolding pre code {
  background-color: transparent;
  border: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}
.rt-scaffolding > *:first-child,
.rt-scaffolding blockquote > *:first-child {
  margin-top: 0;
}
.rt-scaffolding > *:last-child,
.rt-scaffolding blockquote > *:last-child {
  margin-bottom: 0;
}
.rt-scaffolding *[dir='rtl'] {
  direction: rtl;
  text-align: right;
  unicode-bidi: embed;
}
@container ud-content-area (min-width: 553px) {
}
@container ud-content-area (min-width: 653px) {
}
@container ud-content-area (min-width: 1153px) {
}
@container ud-content-area (min-width: 1153px) {
}
@container ud-content-area (min-width: 1232px) {
}
@container ud-content-area (min-width: 553px) {
}
@container ud-content-area (min-width: 653px) {
}
@container ud-content-area (min-width: 933px) {
}
@container ud-content-area (min-width: 553px) {
}
@container ud-content-area (min-width: 653px) {
}
@container ud-content-area (min-width: 933px) {
}
@container ud-content-area (min-width: 1153px) {
}
.rt-editor--html-mode *::selection {
  background: rgba(255, 255, 255, 0.9);
  color: #303141;
}
/* stylelint-disable-next-line */
.ProseMirror {
  position: relative;
}
.ProseMirror {
  word-wrap: break-word;
  white-space: pre-wrap;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}
.ProseMirror pre {
  white-space: pre-wrap;
}
.ProseMirror li {
  position: relative;
}
.ProseMirror-hideselection *::selection {
  background: transparent;
}
.ProseMirror-hideselection *::-moz-selection {
  background: transparent;
}
.ProseMirror-hideselection {
  caret-color: transparent;
}
.ProseMirror-selectednode {
  outline: 2px solid #8cf;
}
/* Make sure li selections wrap around markers */
li.ProseMirror-selectednode {
  outline: none;
}
li.ProseMirror-selectednode:after {
  content: "";
  position: absolute;
  left: -32px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  border: 2px solid #8cf;
  pointer-events: none;
}
.ProseMirror {
  background: transparent;
  border: 1px solid #9194ac;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  border-top: 0;
  overflow: auto;
  padding: 1.3rem 1.6rem;
  position: relative;
}
.rt-editor-container-bottom .ProseMirror {
  border-radius: 0.4rem 0.4rem 0 0;
  border-top: 1px solid #9194ac;
  border-bottom: 0;
}
.ProseMirror::after {
  color: #595c73;
  display: none;
  position: absolute;
  top: 1.3rem;
  left: 1.8rem;
  padding-right: 1.6rem;
  padding-bottom: 1.3rem;
  pointer-events: none;
  content: attr(placeholder) !important;
}
.rt-editor--empty .ProseMirror::after {
  display: block;
}
.ProseMirror-selectednode {
  outline: 1px solid #6d28d2;
}
.ProseMirror-selected-node::after {
  border: 1px solid #6d28d2;
}
body.ud-keyboard-navigation-in-use .ProseMirror:focus {
  outline: 0 !important;
}
.rt-editor-focused {
  /* stylelint-disable-next-line unit-disallowed-list */
  box-shadow: 0 0 0 1.5px #6d28d2;
}
.rt-editor-focused .rt-editor {
  background-color: var(--color-white) !important;
}
body.ud-keyboard-navigation-in-use .rt-editor-focused,
body.ud-keyboard-navigation-in-use input:focus + .rt-image-uploader__label {
  /* stylelint-disable unit-disallowed-list */
  box-shadow: 0 0 0 2px var(--color-white), 0 0 0 4px var(--color-purple-400), 0 0 2px 5px var(--color-purple-150);
  /* stylelint-enable unit-disallowed-list */
}
.rt-editor-container {
  position: relative;
  z-index: 0;
  border-radius: 0.4rem;
}
.rt-menu-bar-container {
  background: var(--color-white);
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border: 1px solid #9194ac;
}
.rt-editor-container-bottom .rt-menu-bar-container {
  border-radius: 0 0 0.4rem 0.4rem;
}
.has-error,
.ud-form-group-error {
  /* stylelint-disable-next-line no-descending-specificity */
}
.has-error .rt-editor-container,
.ud-form-group-error .rt-editor-container {
  /* stylelint-disable-next-line unit-disallowed-list */
  box-shadow: 0 0 0 2px #d51c0f;
}
.has-error .ProseMirror,
.ud-form-group-error .ProseMirror {
  border-color: #d51c0f !important;
}
.has-error .rt-menu-bar-container,
.ud-form-group-error .rt-menu-bar-container {
  border-top-color: #d51c0f !important;
  border-left-color: #d51c0f !important;
  border-right-color: #d51c0f !important;
}
.rt-flex {
  flex: 1;
  /* stylelint-disable-next-line unit-disallowed-list */
  min-width: 1px;
}
.rt-hidden {
  display: none !important;
}
/* stylelint-disable-next-line no-descending-specificity */
.rt-editor {
  background: #fff;
  border-radius: 0 0 0.4rem 0.4rem;
}
.rt-editor:hover {
  background-color: var(--color-gray-100);
}
.rt-editor ol,
.rt-editor ul {
  margin: 0 0 1.6rem 2.4rem;
  max-width: none;
  padding: 0;
}
.rt-editor ol[dir='rtl'],
.rt-editor ul[dir='rtl'] {
  margin: 0 2.4rem 1.6rem 0;
}
.rt-editor ol p,
.rt-editor ul p {
  margin: 0;
}
.rt-editor ol ul,
.rt-editor ul ul,
.rt-editor ul ol,
.rt-editor ol ol {
  margin: 0 0 0 2.4rem;
  padding: 0;
}
.rt-editor ol ul[dir='rtl'],
.rt-editor ul ul[dir='rtl'],
.rt-editor ul ol[dir='rtl'],
.rt-editor ol ol[dir='rtl'] {
  margin: 0 2.4rem 0 0;
}
.rt-editor img {
  cursor: pointer;
}
.rt-editor figure {
  margin: 0 0 1.6rem 0;
}
.rt-editor pre.prettyprint {
  background-color: #f6f7f9;
  border: 1px solid #d1d2e0;
  font-size: 1.4rem;
  margin: 0 0 0.8rem 0;
  overflow: auto;
  padding: 0.8rem;
  word-break: break-all;
  word-wrap: break-word;
}
.rt-editor-container-bottom .rt-editor {
  border-radius: 0.4rem 0.4rem 0 0;
}
.rt-menu-bar-container-sticky {
  position: sticky;
  top: 0;
  z-index: 1;
}
.rt-menu-bar-alert {
  border-top: 1px solid #9194ac;
}
.rt-menu-bar,
.rt-menu-bar-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-grow: 1;
}
.rt-menu-bar-right {
  justify-content: flex-end;
}
.rt-menu-bar .rt-menu-btn {
  padding: 0 1rem;
}
.rt-menu-bar .rt-menu-btn.active,
.rt-menu-bar .rt-menu-icon-btn.active {
  background: #1d1e27;
  color: #fff;
}
.rt-menu-bar .rt-menu-item-blockquote {
  font-size: clamp(1.65rem, calc(1.65rem + (1.8 - 1.65) * calc((100vw - 36rem) / (144 - 36))), 1.8rem);
}
.rt-menu-bar .rt-menu-item-heading {
  font-size: clamp(1.8rem, calc(1.8rem + (2.4 - 1.8) * calc((100vw - 36rem) / (144 - 36))), 2.4rem);
  font-weight: 400;
}
.rt-counter {
  color: #595c73;
  display: inline-flex;
  align-items: center;
  min-width: 4rem;
  height: 4rem;
  padding: 0 1rem;
  text-align: center;
}
.rt-counter-error {
  color: #d51c0f;
}
.rt-menu-bar > div:first-child .rt-menu-btn {
  padding-left: 1.6rem;
}
.rt-menu-bar-right > *:last-child {
  padding-right: 1.6rem;
}
.rt-modal-form .ud-form-group + .ud-form-group {
  margin-top: 1.6rem;
}
.rt-modal-form .ud-footer-btns {
  display: flex;
  justify-content: flex-end;
}
.rt-anchor-tooltip {
  display: flex;
  align-items: flex-start;
}
.rt-anchor-tooltip-text {
  flex: 1;
  /* stylelint-disable-next-line unit-disallowed-list */
  min-width: 1px;
  align-self: center;
  overflow-wrap: break-word;
  padding: 1.2rem 0 1.2rem 1.6rem;
}
.rt-image-uploader__form {
  position: relative;
  text-align: center;
}
.rt-menu-bar-container .rt-image-upload-progress-bar {
  border-radius: 0;
  border-top: 1px solid #9194ac;
}
.rt-image-uploader .rt-image-upload-progress-bar {
  border-radius: 0;
  position: absolute;
  top: 0;
  left: -2.4rem;
  right: -2.4rem;
}
.rt-image-uploader__icon {
  color: #595c73;
  width: 15.6rem;
  height: 15.6rem;
  margin: 2.4rem auto;
}
.rt-image-uploader--drag-active .rt-image-uploader__icon {
  color: #5022c3;
}
.rt-image-uploader__label {
  color: #6d28d2;
  cursor: pointer;
}
.rt-image-uploader__label:hover {
  color: #521e9f;
}
.rt-image-uploader__error {
  color: #940a00;
}
.rt-image-editor {
  display: inline-block;
  position: relative;
}
.rt-image-editor img {
  opacity: 0.5;
}
.rt-node-editor__overlay {
  border: 1px dashed #303141;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rt-node-editor__overlay-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rt-image-editor__resizer-handle {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  bottom: -0.4rem;
  right: -0.4rem;
  background: #1d1e27;
  cursor: nw-resize;
}
.rt-image-editor__resizer-handle--mobile {
  width: 1.6rem;
  height: 1.6rem;
}
.rt-image-edit-modal__content {
  display: flex;
}
.rt-image-edit-modal__img {
  max-width: 33.33%;
  margin: 0 2.4rem 0 0;
}
.rt-editor--resizing-image {
  user-select: none;
  -webkit-user-select: none;
  caret-color: transparent;
}
.rt-editor--html-mode {
  background: #1d1e27 !important;
  color: #d1d2e0;
}
.rt-editor--html-mode .ProseMirror::after {
  color: #d1d2e0;
}
.rt-editor--html-mode p {
  margin: 0;
}
.rt-math-editor__container {
  position: relative;
}
.rt-math-editor__representation {
  padding: 0.4rem;
  text-align: center;
}
@media (max-width: 37.5rem) {
  .rt-image-edit-modal__content {
    display: block;
  }
  .rt-image-edit-modal__img {
    max-width: none;
    text-align: center;
    margin: 0 0 1.6rem 0;
  }
}

@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1232px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 1153px) {
}.payment-gateway-status--payment-gateway-status__degraded--M-T92 {
  margin-bottom: 2.4rem;
}

/* stylelint-disable function-parentheses-space-inside, declaration-colon-newline-after */
.alert-banner-module--body--xzuTx {
  margin-top: 0.4rem;
}
.alert-banner-module--alert-banner--38ZcQ {
  --alert-banner-border-color: #d1d2e0;
  display: flex;
  padding: 1.6rem;
  border-radius: 1.6rem;
  border: 1px solid var(--alert-banner-border-color);
  background-color: #fff;
}
.alert-banner-module--alert-banner--38ZcQ > * + * {
  margin-left: 1.6rem;
}
.alert-banner-module--alert-banner--38ZcQ h2,
.alert-banner-module--alert-banner--38ZcQ p,
.alert-banner-module--alert-banner--38ZcQ ul,
.alert-banner-module--alert-banner--38ZcQ ol,
.alert-banner-module--alert-banner--38ZcQ .alert-banner-module--body--xzuTx {
  max-width: 80rem;
}
.alert-banner-module--alert-banner-success--5BZg0 {
  --alert-banner-border-color: #206241;
}
.alert-banner-module--alert-banner-success--5BZg0 .alert-banner-module--action-btn--aMIES.ud-btn-secondary {
  --ud-btn-border: 1px solid #206241;
  --ud-btn-color: #206241;
  --ud-btn-focus-background-color: color-mix(in sRGB, var(--color-green-300) 12%, transparent);
  --ud-btn-focus-color: #206241;
}
.alert-banner-module--alert-banner-success--5BZg0 .alert-banner-module--dismiss-btn--9qwYa {
  --ud-btn-color: #206241;
  --ud-btn-focus-color: #206241;
  --ud-btn-focus-background-color: color-mix(in sRGB, var(--color-green-300) 12%, transparent);
}
.alert-banner-module--alert-banner-error--f656Y {
  --alert-banner-border-color: #d51c0f;
}
.alert-banner-module--alert-banner-error--f656Y .alert-banner-module--action-btn--aMIES.ud-btn-secondary {
  --ud-btn-border: 1px solid #d51c0f;
  --ud-btn-color: #d51c0f;
  --ud-btn-focus-background-color: color-mix(in sRGB, var(--color-red-300) 12%, transparent);
  --ud-btn-focus-color: #d51c0f;
}
.alert-banner-module--alert-banner-error--f656Y .alert-banner-module--dismiss-btn--9qwYa {
  --ud-btn-color: #d51c0f;
  --ud-btn-focus-color: #d51c0f;
  --ud-btn-focus-background-color: color-mix(in sRGB, var(--color-red-300) 12%, transparent);
}
.alert-banner-module--alert-banner-warning--GqoCp {
  --alert-banner-border-color: #c4710d;
}
.alert-banner-module--alert-banner-warning--GqoCp .alert-banner-module--action-btn--aMIES.ud-btn-secondary {
  --ud-btn-border: 1px solid #c4710d;
  --ud-btn-color: #c4710d;
  --ud-btn-focus-background-color: color-mix(in sRGB, var(--color-orange-300) 12%, transparent);
  --ud-btn-focus-color: #c4710d;
}
.alert-banner-module--alert-banner-warning--GqoCp .alert-banner-module--dismiss-btn--9qwYa {
  --ud-btn-color: #c4710d;
  --ud-btn-focus-color: #c4710d;
  --ud-btn-focus-background-color: color-mix(in sRGB, var(--color-orange-300) 12%, transparent);
}
.alert-banner-module--solid---NLh5 {
  --alert-banner-border-color: transparent;
}
.alert-banner-module--solid---NLh5.alert-banner-module--alert-banner-information--p8hvz {
  background: #f6f7f9;
}
.alert-banner-module--solid---NLh5.alert-banner-module--alert-banner-success--5BZg0 {
  background: #ebfaf4;
}
.alert-banner-module--solid---NLh5.alert-banner-module--alert-banner-error--f656Y {
  background: #ffeceb;
}
.alert-banner-module--solid---NLh5.alert-banner-module--alert-banner-warning--GqoCp {
  background: #fff6e5;
}
.alert-banner-module--text-frame--t5nwh {
  display: flex;
  flex-direction: column;
}
.alert-banner-module--text-frame-with-icon--BhRkQ {
  justify-content: center;
  min-height: 3.2rem;
}
.alert-banner-module--cta-container--sIlWa {
  margin-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-bottom: -0.4rem;
}
.alert-banner-module--cta-container--sIlWa > * {
  margin-bottom: 0.4rem;
}

.checkout-warning-message--checkout-warning-message--warning-icon--qtly3 {
  position: relative;
  top: 0.4rem;
  margin-right: 0.4rem;
}

.payment-method-price-info--payment-method-price-info--container--T8ZeW {
  margin: 0.8rem 0;
}
.payment-method-price-info--payment-method-price-info--container--T8ZeW .payment-method-price-info--payment-method-price-info--content--1oiFX {
  margin-bottom: 0.8rem;
}

.payment-method-label--payment-method--label-container--3lyBF {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  flex: 1;
}
.payment-method-label--payment-method--label-container--3lyBF .payment-method-label--payment-method--icon--s635N {
  max-width: 4.2rem;
  height: 2.8rem;
  border: 1px solid #d1d2e0;
  border-radius: 4px;
  background: #fff;
}
.payment-method-label--payment-method--label-container--3lyBF .payment-method-label--payment-method--label--7OYAm {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 1.6rem;
  top: 0.1rem;
}
.payment-method-label--payment-method--label-container--3lyBF .payment-method-label--payment-method--label--7OYAm .payment-method-label--payment-method--label--brand-icon--CoYve {
  max-width: 4.2rem;
  height: 2.8rem;
  border: 1px solid #d1d2e0;
  border-radius: 4px;
  background: #fff;
  margin: 0 0.8rem 0 0;
}
.payment-method-label--payment-method--label-container--3lyBF .payment-method-label--payment-method--label--options--0xDd0 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.payment-method-label--payment-method--label-container--3lyBF .payment-method-label--payment-method--label--options--0xDd0 .payment-method-label--payment-method--label--options--icon--B5wOt {
  max-width: 4.2rem;
  height: 2.8rem;
  border: 1px solid #d1d2e0;
  border-radius: 4px;
  background: #fff;
  margin: 0 0.2rem 0 0;
}
.payment-method-label--payment-method--label-container--3lyBF .payment-method-label--payment-method--label--options--0xDd0 .payment-method-label--payment-method--label--options--icon-wide--ynjBI {
  max-width: 4.2rem;
  height: 2.8rem;
  border: 1px solid #d1d2e0;
  border-radius: 4px;
  background: #fff;
  margin: 0 0.2rem 0 0;
  max-width: 7.2rem;
}
.payment-method-label--payment-method--label-container--3lyBF .payment-method-label--team-plan-overrides--payment-method--label--options--KHaw0 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.payment-method-label--payment-method--label-container--3lyBF .payment-method-label--team-plan-overrides--payment-method--label--options--KHaw0 .payment-method-label--payment-method--label--options--icon--B5wOt {
  max-width: 4.2rem;
  height: 2.8rem;
  border: 1px solid #d1d2e0;
  border-radius: 4px;
  background: #fff;
  margin: 0 0.4rem 0 0;
}

@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1232px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 1153px) {
}.adyen-payment-method--payment-method-terms--container--4cnTx {
  display: flex;
  flex-direction: column;
}
.adyen-payment-method--payment-method-terms--container--4cnTx .adyen-payment-method--payment-method-term--element--U8wki {
  margin-bottom: 1.6rem;
}
.adyen-payment-method--payment-method-terms--container--4cnTx .adyen-payment-method--payment-method-term--element--U8wki .adyen-payment-method--payment-method-term--warning--XyDdA {
  margin-right: 0.4rem;
  position: relative;
  top: 0.3rem;
}
.adyen-payment-method--checkout-button-terms--container--2Q-YL {
  display: flex;
  flex-direction: column;
}
.adyen-payment-method--checkout-button-terms--container--2Q-YL .adyen-payment-method--checkout-button-term--element--Frjbg {
  margin-top: 1.6rem;
}

.adyen-common-payment-method--adyen-web-components--MWcFr .adyen-checkout__label__text {
  display: flex;align-items: center;margin: 0;padding-bottom: 0.8rem;min-height: 2.8rem;
}
@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1232px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 1153px) {
}.adyen-common-payment-method--adyen-web-components--MWcFr .adyen-checkout__input,
.adyen-common-payment-method--adyen-cvc-form--input--4-YYq {
  height: 4.8rem;
}
.adyen-common-payment-method--adyen-web-components--MWcFr .adyen-checkout__label__text {
  font-family: var(--font-stack-heading);font-weight: 700;line-height: 1.2;letter-spacing: 0;font-size: 1.4rem;
}
.adyen-common-payment-method--adyen-web-components--MWcFr .adyen-checkout__dropdown__list .adyen-common-payment-method--adyen-checkout__dropdown__element---1s5D,
.adyen-common-payment-method--adyen-web-components--MWcFr .adyen-checkout__input,
.adyen-common-payment-method--adyen-cvc-form--input--4-YYq {
  font-family: var(--font-stack-text);font-weight: 400;line-height: 1.4;font-size: 1.6rem;
}
 {
  /*# sourceMappingURL=adyen.css.map */
}
.adyen-checkout__spinner__wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.adyen-checkout__spinner__wrapper--inline {
  display: inline-block;
  height: auto;
  margin-right: 8px;
}
[dir=rtl] .adyen-checkout__spinner__wrapper--inline {
  margin-left: 8px;
  margin-right: 0;
}
.adyen-checkout__spinner {
  animation: rotate-spinner 1.5s linear infinite;
  border: 3px solid #0075ff;
  border-radius: 50%;
  border-top-color: transparent;
  height: 43px;
  width: 43px;
}
.adyen-checkout__spinner--large {
  height: 43px;
  width: 43px;
}
.adyen-checkout__spinner--small {
  border-width: 2px;
  height: 16px;
  width: 16px;
}
.adyen-checkout__spinner--medium {
  height: 28px;
  width: 28px;
}
@keyframes adyen-common-payment-method--rotate-spinner--Vu2Gk {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.adyen-checkout__button {
  background: #00112c;
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  font-weight: 500;
  height: 48px;
  margin: 0;
  padding: 15px;
  text-decoration: none;
  transition: background 0.3s ease-out, box-shadow 0.3s ease-out;
  width: 100%;
}
.adyen-checkout__button:focus {
  box-shadow: 0 0 0 2px #3070ED;
  outline: 0;
}
.adyen-checkout__button:hover {
  background: #1c3045;
  box-shadow: 0 0, 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
}
.adyen-checkout__button:active {
  background: #3a4a5c;
}
.adyen-checkout__button:hover:focus {
  box-shadow: 0 0 0 2px #3070ED, 0 3px 4px rgba(0, 15, 45, 0.2);
}
.adyen-checkout__button:disabled, .adyen-checkout__button:disabled:hover {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.4;
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
}
.adyen-checkout__button.adyen-checkout__button--loading {
  background: #687282;
  box-shadow: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.adyen-checkout__button.adyen-checkout__button--pay {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.adyen-checkout__button.adyen-checkout__button--pay:disabled {
  opacity: 0.4;
}
.adyen-checkout__button.adyen-checkout__button--standalone {
  margin-top: 0;
}
.adyen-checkout__button.adyen-checkout__button--inline {
  display: block;
  font-size: 0.81em;
  height: auto;
  padding: 10px 8px;
  width: auto;
}
.adyen-checkout__button.adyen-checkout__button--ghost {
  background: none;
  border: 0;
  color: #00112c;
}
.adyen-checkout__button.adyen-checkout__button--ghost:hover {
  background: #f7f8f9;
  box-shadow: none;
}
.adyen-checkout__button.adyen-checkout__button--ghost:active {
  background: #e6e9eb;
  box-shadow: none;
}
.adyen-checkout__button.adyen-checkout__button--secondary {
  background: #fff;
  border: 1px solid #00112c;
  color: #00112c;
  padding: 10px 12px;
}
.adyen-checkout__button.adyen-checkout__button--secondary:hover {
  background: #f7f8f9;
  box-shadow: 0 2px 4px rgba(27, 42, 60, 0.2), 0 4px 5px rgba(27, 42, 60, 0.14);
}
.adyen-checkout__button.adyen-checkout__button--secondary:active, .adyen-checkout__button.adyen-checkout__button--secondary:active:hover {
  background: #f7f8f9;
  box-shadow: none;
}
.adyen-checkout__button.adyen-checkout__button--secondary:disabled, .adyen-checkout__button.adyen-checkout__button--secondary:disabled:hover {
  background-color: #f7f8f9;
  border-color: #99a3ad;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.5;
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
}
.adyen-checkout__button.adyen-checkout__button--secondary .adyen-checkout__spinner {
  border-color: transparent #00112c #00112c;
}
.adyen-checkout__button.adyen-checkout__button--action {
  background: rgba(0, 102, 255, 0.1);
  border: 1px solid transparent;
  color: #0075ff;
  padding: 10px 12px;
}
.adyen-checkout__button.adyen-checkout__button--action:hover {
  background: rgba(0, 102, 255, 0.2);
  box-shadow: none;
}
.adyen-checkout__button.adyen-checkout__button--action:active, .adyen-checkout__button.adyen-checkout__button--action:active:hover {
  background: rgba(0, 102, 255, 0.3);
  box-shadow: none;
}
.adyen-checkout__button.adyen-checkout__button--link {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #0075ff;
  font-weight: 400;
  padding: 2px;
}
.adyen-checkout__button.adyen-checkout__button--link:hover {
  background: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.adyen-checkout__button.adyen-checkout__button--completed, .adyen-checkout__button.adyen-checkout__button--completed:active, .adyen-checkout__button.adyen-checkout__button--completed:active:hover, .adyen-checkout__button.adyen-checkout__button--completed:hover {
  background: #089a43;
  color: #fff;
}
.adyen-checkout__button.adyen-checkout__button--completed .adyen-checkout__button__icon {
  filter: brightness(0) invert(1);
}
.adyen-checkout__button__content {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.adyen-checkout__button__icon {
  margin-right: 12px;
}
[dir=rtl] .adyen-checkout__button__icon {
  margin-left: 12px;
  margin-right: 0;
}
.adyen-checkout__button__text {
  display: block;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.adyen-checkout__button__text--sr-only {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.adyen-checkout__button .adyen-checkout__spinner {
  border-color: transparent #fff #fff;
}
.checkout-secondary-button__text {
  font-size: 0.85em;
  margin-left: 5px;
  margin-top: 1px;
}
.adyen-checkout__iframe {
  border: 0;
}
.adyen-checkout__fieldset {
  border: none;
  display: block;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin: 0;
  padding-block-start: 0;
  padding-bottom: 8px;
  padding-block-end: 0;
  padding-inline-end: 0;
  padding-inline-start: 0;
  width: 100%;
}
.adyen-checkout__fieldset:last-of-type {
  padding-bottom: 0;
}
.adyen-checkout__fieldset + .adyen-checkout__fieldset {
  margin-top: 16px;
}
.adyen-checkout__fieldset__title {
  color: #687282;
  display: block;
  font-size: 0.68em;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 0 12px;
  text-transform: uppercase;
}
.adyen-checkout__field-group, .adyen-checkout__fieldset__fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 480px) {
  .adyen-checkout__field-group:last-of-type .adyen-checkout__field {
    margin-bottom: 0;
  }
}
.adyen-checkout__field-group:last-of-type .adyen-checkout__field:last-of-type, :not(.adyen-checkout__field-group) > .adyen-checkout__field:last-of-type {
  margin-bottom: 0;
}
.adyen-checkout__fieldset--readonly .adyen-checkout__fieldset__fields {
  color: #00112c;
  font-size: 0.81em;
  line-height: 19px;
  margin: 0;
}
.adyen-checkout__field {
  display: block;
  margin-bottom: 16px;
  width: 100%;
}
.adyen-checkout__label {
  display: block;
  position: relative;
}
.adyen-checkout__helper-text, .adyen-checkout__label__text {
  color: #00112c;
  display: block;
  font-size: 0.81em;
  font-weight: 400;
  line-height: 13px;
  padding-bottom: 5px;
}
.adyen-checkout__label-adornment--end {
  position: absolute;
  right: 0;
  top: 0;
}
.adyen-checkout__helper-text {
  color: #687282;
}
.adyen-checkout__label__text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.1s ease-out;
  white-space: nowrap;
}
.adyen-checkout__label__text--error {
  color: #c12424;
}
.adyen-checkout__label--focused .adyen-checkout__label__text {
  color: #0075ff;
}
.adyen-checkout__error-text {
  align-items: center;
  color: #c12424;
  display: flex;
  font-size: 0.75em;
  font-weight: 400;
  margin-top: 4px;
}
.adyen-checkout__field-wrapper {
  display: flex;
  width: 100%;
}
@media (min-width: 480px) {
  .adyen-checkout__field--20 {
    width: 20%;
  }
  .adyen-checkout__field--30 {
    width: 30%;
  }
  .adyen-checkout__field--40 {
    width: 40%;
  }
  .adyen-checkout__field--50 {
    width: 50%;
  }
  .adyen-checkout__field--60 {
    width: 60%;
  }
  .adyen-checkout__field--70 {
    width: 70%;
  }
  .adyen-checkout__field--80 {
    width: 80%;
  }
  .adyen-checkout__field--col-70 {
    width: calc(70% - 8px);
  }
  .adyen-checkout__field--col-30 {
    width: calc(30% - 8px);
  }
  .adyen-checkout__field--col-50 {
    width: calc(50% - 8px);
  }
}
.adyen-checkout__field-wrapper > .adyen-checkout__field:first-child {
  margin-right: 8px;
}
[dir=rtl] .adyen-checkout__field-wrapper > .adyen-checkout__field:first-child {
  margin-left: 8px;
  margin-right: 0;
}
.adyen-checkout__field-wrapper > .adyen-checkout__field:nth-child(2) {
  margin-left: 8px;
}
[dir=rtl] .adyen-checkout__field-wrapper > .adyen-checkout__field:nth-child(2) {
  margin-left: 0;
  margin-right: 8px;
}
.adyen-checkout__field-wrapper:last-of-type > .adyen-checkout__field {
  margin-bottom: 0;
}
.adyen-checkout__input {
  background: #fff;
  border: 1px solid #b9c4c9;
  border-radius: 6px;
  box-sizing: border-box;
  caret-color: #0075ff;
  color: #00112c;
  display: block;
  font-family: inherit;
  font-size: 1em;
  height: 40px;
  outline: none;
  padding: 5px 8px;
  position: relative;
  transition: border 0.2s ease-out, box-shadow 0.2s ease-out;
  width: 100%;
}
.adyen-checkout__input:hover {
  border-color: #99a3ad;
}
.adyen-checkout__input:required {
  box-shadow: none;
}
.adyen-checkout__input--disabled, .adyen-checkout__input[readonly] {
  background: #e6e9eb;
  border-color: #e6e9eb;
}
.adyen-checkout__input--disabled:hover {
  border-color: #e6e9eb;
}
.adyen-checkout__input-wrapper {
  display: block;
  position: relative;
}
.adyen-checkout__input-wrapper--block {
  display: block;
}
.adyen-checkout-input__inline-validation {
  height: 16px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
[dir=rtl] .adyen-checkout-input__inline-validation {
  left: 14px;
  right: auto;
}
[dir=ltr] .adyen-checkout-input__inline-validation {
  left: auto;
  right: 14px;
}
.adyen-checkout-input__inline-validation--valid {
  color: #089a43;
}
.adyen-checkout-input__inline-validation--invalid {
  color: #c12424;
}
.adyen-checkout__input--valid {
  border-bottom-color: #089a43;
}
.adyen-checkout__input--error, .adyen-checkout__input--error:hover, .adyen-checkout__input--invalid, .adyen-checkout__input--invalid:hover {
  border-color: #c12424;
}
.adyen-checkout__input::-moz-placeholder {
  color: #707070;
  font-weight: 200;
}
.adyen-checkout__input::placeholder {
  color: #707070;
  font-weight: 200;
}
.adyen-checkout__input--date {
  padding-right: 30px;
}
.adyen-checkout__input--focus, .adyen-checkout__input--focus:hover, .adyen-checkout__input:active, .adyen-checkout__input:active:hover, .adyen-checkout__input:focus, .adyen-checkout__input:focus:hover {
  border: 1px solid #0075ff;
  box-shadow: 0 0 0 2px #3070ED;
}
.adyen-checkout__input[readonly], .adyen-checkout__input[readonly]:hover {
  background-color: #e6e9eb;
  border-color: transparent;
  color: #687282;
  cursor: default;
}
.adyen-checkout__fieldset--personalDetails .adyen-checkout__field--gender .adyen-checkout__radio_group {
  display: flex;
}
.adyen-checkout__fieldset--personalDetails .adyen-checkout__radio_group {
  display: flex;
  margin: 8px 0;
}
.adyen-checkout__fieldset--personalDetails .adyen-checkout__radio_group__input-wrapper {
  margin-right: 20px;
}
.adyen-checkout__fieldset--personalDetails .adyen-checkout__radio_group__input-wrapper:last-child {
  margin: 0;
}
.adyen-checkout__radio_group + .adyen-checkout-input__inline-validation {
  display: none;
}
.adyen-checkout__radio_group__input {
  opacity: 0;
  position: absolute;
}
.adyen-checkout__radio_group__label {
  color: inherit;
  display: block;
  font-size: 0.81em;
  font-weight: 400;
  line-height: 16px;
  overflow: visible;
  padding-bottom: 0;
  padding-left: 24px;
  position: relative;
}
.adyen-checkout__label--focused .adyen-checkout__radio_group__label {
  color: inherit;
}
.adyen-checkout__radio_group__label:before {
  background-color: #fff;
  border: 1px solid #b9c4c9;
  border-radius: 50%;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out;
  width: 16px;
}
.adyen-checkout__radio_group__label:hover:before {
  border-color: #99a3ad;
  box-shadow: 0 0 0 2px #d4d9db;
  cursor: pointer;
}
.adyen-checkout__radio_group__label:after {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(0, 15, 45, 0.25);
  content: "";
  display: block;
  height: 6px;
  left: 5px;
  margin: 0 auto;
  position: absolute;
  top: 5px;
  transform: scale(0);
  transition: transform 0.2s ease-out;
  width: 6px;
}
.adyen-checkout__radio_group__label:hover {
  border-color: #0075ff;
  cursor: pointer;
}
.adyen-checkout__radio_group__input:checked + .adyen-checkout__radio_group__label:before, .adyen-checkout__radio_group__label--selected {
  background-color: #0075ff;
  border: 0;
  transition: all 0.2s ease-out;
}
.adyen-checkout__radio_group__input:checked + .adyen-checkout__radio_group__label:after {
  transform: scale(1);
}
.adyen-checkout__radio_group__input:focus + .adyen-checkout__radio_group__label:before {
  border-color: #0075ff;
  box-shadow: 0 0 0 2px rgba(0, 102, 255, 0.4);
}
.adyen-checkout__radio_group__input:checked + .adyen-checkout__radio_group__label:hover:before, .adyen-checkout__radio_group__input:checked:active + .adyen-checkout__radio_group__label:before, .adyen-checkout__radio_group__input:checked:focus + .adyen-checkout__radio_group__label:before {
  box-shadow: 0 0 0 2px rgba(0, 102, 255, 0.4);
}
.adyen-checkout__radio_group__label.adyen-checkout__radio_group__label--invalid:before {
  border: 1px solid #c12424;
}
.Select-module_adyen-checkout__dropdown__0Mj-n {
  position: relative;
}
.Select-module_adyen-checkout__dropdown__button__yTyqq {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.Select-module_adyen-checkout__dropdown__button__yTyqq:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%277%27 fill=%27none%27%3E%3Cpath fill=%27%23687282%27 d=%27M3.195 6.565a1 1 0 0 0 1.6 0l2.992-3.98a1 1 0 0 0-.8-1.602H1.013a1 1 0 0 0-.8 1.6l2.983 3.982Z%27/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  height: 6px;
  position: absolute;
  right: 16px;
  width: 8px;
}
[dir=rtl] .Select-module_adyen-checkout__dropdown__button__yTyqq:after {
  left: 16px;
  right: auto;
}
.Select-module_adyen-checkout__dropdown__button--active__Ej-JR:after {
  transform: rotate(180deg);
}
.Select-module_adyen-checkout__filter-input__CwPBS {
  background: #fff;
  border: 0;
  caret-color: #0075ff;
  color: #00112c;
  font-family: inherit;
  font-size: 1em;
  height: 100%;
  padding: 0;
  width: 100%;
}
.Select-module_adyen-checkout__filter-input__CwPBS::-moz-placeholder {
  color: #b9c4c9;
  font-weight: 200;
}
.Select-module_adyen-checkout__filter-input__CwPBS::placeholder {
  color: #b9c4c9;
  font-weight: 200;
}
.Select-module_adyen-checkout__filter-input__CwPBS:active, .Select-module_adyen-checkout__filter-input__CwPBS:focus {
  outline: 0;
}
.Select-module_adyen-checkout__filter-input__CwPBS[readonly] {
  background: #e6e9eb;
  border-color: transparent;
  color: #00112c;
  cursor: not-allowed;
}
.Select-module_adyen-checkout__dropdown__list__YtEzj {
  background: #fff;
  display: none;
  list-style: none;
  margin: 0 0 50px;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.Select-module_adyen-checkout__dropdown__list__YtEzj.Select-module_adyen-checkout__dropdown__list--active__Gegw2 {
  display: block;
}
.Select-module_adyen-checkout__dropdown__element__ORU4- {
  align-items: center;
  display: flex;
}
.adyen-checkout__image {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.adyen-checkout__image--loaded {
  opacity: 1;
}
.adyen-checkout__dropdown__button-icon--left {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.adyen-checkout__dropdown__button-icon--left > img {
  margin-left: 0;
  margin-right: 12px;
}
.adyen-checkout__dropdown {
  font-size: 1em;
  max-width: 100%;
  width: 100%;
}
.adyen-checkout__dropdown__button {
  background: #fff;
  border: 1px solid #b9c4c9;
  border-radius: 6px;
  color: #00112c;
  font-size: 1em;
  height: 40px;
  line-height: 20px;
  outline: 0;
  padding: 7px 24px 7px 12px;
  text-decoration: none;
  transition: border 0.2s ease-out, box-shadow 0.2s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}
[dir=rtl] .adyen-checkout__dropdown__button {
  padding: 7px 12px 7px 24px;
}
.adyen-checkout__dropdown__button:hover {
  border-color: #99a3ad;
}
.adyen-checkout__dropdown__button__icon {
  border-radius: 3px;
  height: 26px;
  margin-right: 12px;
  max-width: 40px;
}
.adyen-checkout__dropdown__button--disabled {
  opacity: 0.4;
}
.adyen-checkout__dropdown__button--active, .adyen-checkout__dropdown__button--active:hover, .adyen-checkout__dropdown__button:active, .adyen-checkout__dropdown__button:focus {
  border-color: #0075ff;
  box-shadow: 0 0 0 2px #3070ED;
}
.adyen-checkout__dropdown__button--readonly, .adyen-checkout__dropdown__button--readonly--active, .adyen-checkout__dropdown__button--readonly:focus, .adyen-checkout__dropdown__button--readonly:hover {
  background: #e6e9eb;
  border-color: transparent;
  color: #00112c;
  cursor: not-allowed;
}
.adyen-checkout__dropdown__button--readonly:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%277%27 fill=%27none%27%3E%3Cpath fill=%27%23B9C4C9%27 d=%27M3.195 6.565a1 1 0 0 0 1.6 0l2.992-3.98a1 1 0 0 0-.8-1.602H1.013a1 1 0 0 0-.8 1.6l2.983 3.982Z%27/%3E%3C/svg%3E");
}
.adyen-checkout__dropdown__button--invalid {
  border-color: #c12424;
}
.adyen-checkout__dropdown__button--valid {
  border-bottom-color: #089a43;
}
.adyen-checkout__dropdown__button__text {
  flex-grow: 1;
  overflow: hidden;
  pointer-events: none;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.adyen-checkout__dropdown__button__secondary-text {
  margin-right: 16px;
}
.adyen-checkout__dropdown__list {
  border-radius: 6px;
  box-shadow: 0 2px 7px rgba(0, 15, 45, 0.3);
  max-height: 375px;
  z-index: 2;
}
.adyen-checkout__dropdown__list.adyen-checkout__dropdown__list--active {
  margin-top: 2px;
}
.adyen-checkout__dropdown__element {
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 0.81em;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-height: 20px;
  outline: 0;
  padding: 8px;
  transition: background 0.2s ease-out, border-color 0.2s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  word-break: break-word;
}
.adyen-checkout__dropdown__element .adyen-checkout__icon {
  position: absolute;
  right: 8px;
}
.adyen-checkout__dropdown__element:last-child {
  border-bottom: 0;
}
.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--active {
  background: rgba(230, 233, 235, 0.6);
}
.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--selected {
  background: rgba(0, 102, 255, 0.1);
}
.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--selected:active, .adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--selected:focus, .adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--selected:hover {
  background: rgba(0, 102, 255, 0.15);
}
.adyen-checkout__dropdown__element--disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.adyen-checkout__dropdown__element__icon {
  border-radius: 3px;
  margin-right: 12px;
  max-height: 26px;
  max-width: 40px;
}
.adyen-checkout__dropdown__element__text {
  flex-grow: 1;
}
.adyen-checkout__dropdown__element__secondary-text:not(:last-child) {
  margin-right: 8px;
}
.adyen-checkout__dropdown__element__flag {
  margin-left: 8px;
  margin-right: 10px;
  max-height: 18px;
  max-width: 27px;
}
.adyen-checkout__dropdown + .adyen-checkout-input__inline-validation {
  right: 32px;
}
.adyen-checkout__address-search {
  position: relative;
}
.adyen-checkout__address-search .adyen-checkout__dropdown__button:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27none%27%3E%3Cpath fill=%27%23687282%27 d=%27M6.5 11.9a4.5 4.5 0 0 0 2.6-.83l2.77 2.74c.13.13.3.19.48.19.38 0 .65-.29.65-.66a.63.63 0 0 0-.19-.46l-2.75-2.73a4.4 4.4 0 0 0 .92-2.7 4.48 4.48 0 0 0-8.98 0 4.48 4.48 0 0 0 4.5 4.45Zm0-.96a3.53 3.53 0 0 1-3.53-3.49 3.52 3.52 0 0 1 7.04 0c0 1.9-1.59 3.49-3.52 3.49Z%27/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  content: "";
  height: 16px;
  left: 12px;
  position: absolute;
  width: 16px;
}
.adyen-checkout__address-search .adyen-checkout__dropdown__button--active:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27none%27%3E%3Cpath fill=%27%2300112C%27 d=%27M6.5 11.9a4.5 4.5 0 0 0 2.6-.83l2.77 2.74c.13.13.3.19.48.19.38 0 .65-.29.65-.66a.63.63 0 0 0-.19-.46l-2.75-2.73a4.4 4.4 0 0 0 .92-2.7 4.48 4.48 0 0 0-8.98 0 4.48 4.48 0 0 0 4.5 4.45Zm0-.96a3.53 3.53 0 0 1-3.53-3.49 3.52 3.52 0 0 1 7.04 0c0 1.9-1.59 3.49-3.52 3.49Z%27/%3E%3C/svg%3E");
  transform: none;
}
.adyen-checkout__address-search .adyen-checkout__filter-input {
  padding-left: 24px;
}
.adyen-checkout__address-search__manual-add {
  position: absolute;
  right: 0;
  top: 0;
}
.adyen-checkout__address-search__manual-add .adyen-checkout__address-search__manual-add__button {
  border: 0;
  padding: 0;
}
.adyen-checkout__checkbox {
  display: block;
}
.adyen-checkout__checkbox__label {
  color: #00112c;
  cursor: pointer;
  font-size: 0.81em;
  font-weight: 400;
  line-height: 19px;
  padding-left: 24px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
[dir=rtl] .adyen-checkout__checkbox__label {
  padding-left: 0;
  padding-right: 24px;
}
.adyen-checkout__checkbox__input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.adyen-checkout__checkbox__input:checked + .adyen-checkout__checkbox__label:before {
  opacity: 1;
}
.adyen-checkout__checkbox__input:checked + .adyen-checkout__checkbox__label:after {
  background-color: #0075ff;
  border: 1px solid #0075ff;
}
.adyen-checkout__checkbox__input:checked:hover + .adyen-checkout__checkbox__label:after {
  border-color: #0075ff;
  box-shadow: 0 0 0 2px rgba(0, 102, 255, 0.4);
}
.adyen-checkout__checkbox__input:focus + .adyen-checkout__checkbox__label:after {
  border: 1px solid #0075ff;
  box-shadow: 0 0 0 2px #3070ED;
}
.adyen-checkout__checkbox__input:hover:not(:focus) + .adyen-checkout__checkbox__label:after {
  border-color: #99a3ad;
  box-shadow: 0 0 0 2px #d4d9db;
}
.adyen-checkout__checkbox__input + .adyen-checkout__checkbox__label:before {
  border-color: transparent #fff #fff transparent;
  border-radius: 0 2px 1px;
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  content: "";
  height: 11px;
  left: 1px;
  opacity: 0;
  position: absolute;
  top: 2px;
  transform: rotate(37deg);
  transform-origin: 100% 100%;
  transition: opacity 0.2s ease-out;
  width: 6px;
  z-index: 1;
}
[dir=rtl] .adyen-checkout__checkbox__input + .adyen-checkout__checkbox__label:before {
  left: auto;
  right: 8px;
}
.adyen-checkout__checkbox__input + .adyen-checkout__checkbox__label:after {
  background-color: #fff;
  border: 1px solid #b9c4c9;
  border-radius: 3px;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  transition: background 0.15s ease-out, border 0.05s ease-out, box-shadow 0.1s ease-out;
  width: 16px;
  z-index: 0;
}
[dir=rtl] .adyen-checkout__checkbox__input + .adyen-checkout__checkbox__label:after {
  left: auto;
  right: 0;
}
.adyen-checkout__field--consentCheckbox {
  background: #e6e9eb;
  border: 1px solid #e6e9eb;
  border-radius: 6px;
  padding: 14px 14px 13px;
}
[dir=rtl] .adyen-checkout__field--consentCheckbox {
  padding: 14px 14px 13px;
}
.adyen-checkout__field--consentCheckbox.adyen-checkout__field--error {
  border-color: #c12424;
}
.adyen-checkout__field--consentCheckbox .adyen-checkout-input__inline-validation {
  right: -5px;
  top: 10px;
}
.adyen-checkout__open-invoice .adyen-checkout__fieldset--billingAddress {
  margin-bottom: 16px;
}
.adyen-checkout__open-invoice .adyen-checkout__fieldset--deliveryAddress {
  margin-top: 24px;
  padding-bottom: 8px;
}
.adyen-checkout__open-invoice .adyen-checkout__input--separateDeliveryAddress {
  margin-bottom: 0;
}
.adyen-checkout__input--separateDeliveryAddress + .adyen-checkout__checkbox__label, .adyen-checkout__open-invoice .adyen-checkout__field--consentCheckbox {
  margin-top: 16px;
}
.adyen-checkout-form-instruction {
  color: #687282;
  font-size: 0.81em;
  font-weight: 400;
  line-height: 19px;
  margin-top: 0;
}
[dir=rtl] .adyen-checkout-form-instruction {
  padding-right: 0;
}
.adyen-checkout__amazonpay__button {
  margin: auto;
}
.adyen-checkout__amazonpay .adyen-checkout__button--ghost {
  display: block;
  margin: 8px auto 0;
  width: auto;
}
@supports (-webkit-appearance:-apple-pay-button) {
  .ApplePayButton-module_apple-pay-button__l5g-d, .ApplePayButton-module_apple-pay__gYjuP {
    -webkit-appearance: -apple-pay-button;
  }
  .ApplePayButton-module_apple-pay-button__l5g-d {
    cursor: pointer;
    display: inline-block;
  }
  .ApplePayButton-module_apple-pay-button-black__istwW {
    -apple-pay-button-style: black;
  }
  .ApplePayButton-module_apple-pay-button-white__-wLaE {
    -apple-pay-button-style: white;
  }
  .ApplePayButton-module_apple-pay-button-white-with-line__MlRq7 {
    -apple-pay-button-style: white-outline;
  }
  .ApplePayButton-module_apple-pay-button--type-plain__ycfNl {
    -apple-pay-button-type: plain;
  }
  .ApplePayButton-module_apple-pay-button--type-buy__9m8AB {
    -apple-pay-button-type: buy;
  }
  .ApplePayButton-module_apple-pay-button--type-donate__HmRdK {
    -apple-pay-button-type: donate;
  }
  .ApplePayButton-module_apple-pay-button--type-check-out__XdGWd {
    -apple-pay-button-type: check-out;
  }
  .ApplePayButton-module_apple-pay-button--type-book__-v-VY {
    -apple-pay-button-type: book;
  }
  .ApplePayButton-module_apple-pay-button--type-subscribe__WxWIF {
    -apple-pay-button-type: subscribe;
  }
  .ApplePayButton-module_apple-pay-button--type-add-money__zeBA8 {
    -apple-pay-button-type: add-money;
  }
  .ApplePayButton-module_apple-pay-button--type-contribute__G3E8e {
    -apple-pay-button-type: contribute;
  }
  .ApplePayButton-module_apple-pay-button--type-order__ggI6j {
    -apple-pay-button-type: order;
  }
  .ApplePayButton-module_apple-pay-button--type-reload__QbgLd {
    -apple-pay-button-type: reload;
  }
  .ApplePayButton-module_apple-pay-button--type-rent__VzC-E {
    -apple-pay-button-type: rent;
  }
  .ApplePayButton-module_apple-pay-button--type-support__6EjmY {
    -apple-pay-button-type: support;
  }
  .ApplePayButton-module_apple-pay-button--type-tip__bdzGK {
    -apple-pay-button-type: tip;
  }
  .ApplePayButton-module_apple-pay-button--type-top-up__Eb3qR {
    -apple-pay-button-type: top-up;
  }
}
@supports not (-webkit-appearance:-apple-pay-button) {
  .ApplePayButton-module_apple-pay-button__l5g-d {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 60%;
    border-radius: 5px;
    box-sizing: border-box;
    display: inline-block;
    max-height: 64px;
    min-height: 32px;
    min-width: 200px;
    padding: 0;
  }
  .ApplePayButton-module_apple-pay-button-black__istwW {
    background-color: black;
    background-image: -webkit-named-image(apple-pay-logo-white);
  }
  .ApplePayButton-module_apple-pay-button-white-with-line__MlRq7, .ApplePayButton-module_apple-pay-button-white__-wLaE {
    background-color: white;
    background-image: -webkit-named-image(apple-pay-logo-black);
  }
  .ApplePayButton-module_apple-pay-button-white-with-line__MlRq7 {
    border: 0.5px solid black;
  }
}
.adyen-checkout__applepay__button {
  height: 48px;
  width: 240px;
}
.adyen-checkout__dropin .adyen-checkout__applepay__button {
  width: 100%;
}
.adyen-checkout__issuer-button {
  align-items: center;
  background-color: #fff;
  border: none;
  border-radius: 6px;
  box-shadow: inset 0 0 0 1px #b9c4c9;
  cursor: pointer;
  display: flex;
  flex-basis: 47%;
  flex-grow: 2;
  font-size: 0.81em;
  height: 40px;
  padding: 0 12px;
  transition: background 0.3s ease-out, box-shadow 0.3s ease-out;
}
.adyen-checkout__issuer-button:active {
  color: black;
}
.adyen-checkout__issuer-button:not(.adyen-checkout__issuer-button--selected):focus {
  box-shadow: inset 0 0 0 2px #99a3ad;
  outline: none;
}
.adyen-checkout__issuer-button:not(.adyen-checkout__issuer-button--selected):focus-visible {
  box-shadow: inset 0 0 0 2px #99a3ad;
  outline: none;
}
.adyen-checkout__issuer-button:not(.adyen-checkout__issuer-button--selected):hover {
  box-shadow: inset 0 0 0 2px #99a3ad;
  outline: none;
}
.adyen-checkout__issuer-button--selected {
  background: #fff;
  box-shadow: inset 0 0 0 2px #0075ff;
  color: #0075ff;
  font-weight: 500;
  height: 40px;
  transition: none;
}
.adyen-checkout__issuer-button-img {
  margin-right: 8px;
  max-height: 26px;
}
.adyen-checkout__issuer-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}
.adyen-checkout__content-separator {
  align-items: center;
  color: #687282;
  display: flex;
  font-size: 13px;
  justify-content: center;
  line-height: 19px;
  margin-bottom: 16px;
  margin-top: 16px;
  white-space: nowrap;
}
.adyen-checkout__content-separator:after, .adyen-checkout__content-separator:before {
  background: #e6e9eb;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
.adyen-checkout__content-separator:after {
  margin-left: 20px;
}
.adyen-checkout__content-separator:before {
  margin-right: 20px;
}
.adyen-checkout__field--issuer-list {
  margin-bottom: 0;
}
.adyen-checkout__issuer-list__termsAndConditions {
  text-align: center;
}
.adyen-checkout-disclaimer__label {
  color: #687282;
  display: inline-block;
  font-size: 0.81em;
  font-weight: 400;
  line-height: 19px;
  margin-top: 16px;
  padding-left: 0;
}
[dir=rtl] .adyen-checkout-disclaimer__label {
  padding-right: 0;
}
.js-iframe {
  border: none;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.adyen-checkout__card-input__form {
  transition: opacity 0.25s ease-out;
}
.adyen-checkout__card__cardNumber {
  max-width: 400px;
}
.adyen-checkout__card__cardNumber__input {
  padding: 5px 8px;
}
.adyen-checkout__card__exp-date__input--oneclick {
  font-weight: 400;
  line-height: 30px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.adyen-checkout__field--storedCard .adyen-checkout__input[readonly], .adyen-checkout__field--storedCard .adyen-checkout__input[readonly]:hover {
  color: #00112c;
}
.adyen-checkout__card__holderName, .adyen-checkout__field--expiryDate, .adyen-checkout__field--storedCard {
  margin-bottom: 0;
}
.adyen-checkout__card-input .adyen-checkout__fieldset--billingAddress, .adyen-checkout__card__holderName, .adyen-checkout__card__kcp-authentication, .adyen-checkout__card__socialSecurityNumber, .adyen-checkout__installments, .adyen-checkout__store-details {
  margin-top: 16px;
}
.adyen-checkout__card-input.adyen-checkout__card-input--loading {
  pointer-events: none;
}
.adyen-checkout__card__holderName:first-child {
  margin: 0 0 16px;
}
.adyen-checkout__field--cardNumber .adyen-checkout__input--error .adyen-checkout__card__cardNumber__brandIcon, .adyen-checkout__field--cardNumber .adyen-checkout__input--valid:not(.adyen-checkout__card__cardNumber__input--noBrand) + .adyen-checkout-input__inline-validation--valid {
  display: none;
}
.adyen-checkout__field--securityCode.adyen-checkout__field--error .adyen-checkout__card__cvc__hint, .adyen-checkout__field--securityCode.adyen-checkout__field--valid .adyen-checkout__card__cvc__hint {
  opacity: 0;
}
@keyframes adyen-common-payment-method--cvc-indicate-location--R78Ut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0.3;
  }
}
.adyen-checkout__label--focused .adyen-checkout__field__cvc--back-hint .adyen-checkout__card__cvc__hint--back .adyen-checkout__card__cvc__hint__location, .adyen-checkout__label--focused .adyen-checkout__field__cvc--front-hint .adyen-checkout__card__cvc__hint--front .adyen-checkout__card__cvc__hint__location {
  animation-direction: alternate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: cvc-indicate-location;
}
.adyen-checkout__card__cvc__hint__wrapper {
  align-items: center;
  backface-visibility: visible;
  display: flex;
  height: 100%;
  margin: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateZ(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  width: 27px;
  will-change: transform;
}
.adyen-checkout__field__cvc--front-hint.adyen-checkout__card__cvc__hint__wrapper {
  transform: rotateY(180deg);
}
.adyen-checkout__card__cvc__hint {
  backface-visibility: hidden;
  position: absolute;
  transition: opacity 0.1s linear;
}
.adyen-checkout__field__exp-date_hint_wrapper {
  align-items: center;
  bottom: 0;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.1s linear;
}
.adyen-checkout__field__exp-date_hint_wrapper.adyen-checkout__field__exp-date_hint_wrapper--hidden {
  opacity: 0;
}
.adyen-checkout__field__exp-date_hint {
  height: 18px;
  margin: 0 10px 0 0;
  width: 27px;
}
.adyen-checkout__card__cvc__hint--front {
  transform: rotateY(180deg);
}
@media (prefers-reduced-motion: reduce) {
  .adyen-checkout__card__cvc__hint__wrapper {
    transition: none;
  }
}
.adyen-checkout__fieldset--revolving-plan .adyen-checkout__fieldset__fields {
  justify-content: left;
}
.adyen-checkout__fieldset--revolving-plan .adyen-checkout__radio_group {
  display: flex;
  flex-direction: column;
}
.adyen-checkout__fieldset--revolving-plan .adyen-checkout__radio_group__input-wrapper {
  margin-top: 20px;
}
.adyen-checkout__fieldset--revolving-plan .adyen-checkout__field--revolving-plan-installments {
  margin-left: 15px;
  position: relative;
  top: 42px;
  width: 30%;
}
.LoadingWrapper-module_loading-input__form__ffCKa {
  opacity: 1;
}
.LoadingWrapper-module_loading-input__form--loading__7GmVo {
  opacity: 0;
}
.LoadingWrapper-module_loading-input__spinner__GxA51 {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.LoadingWrapper-module_loading-input__spinner--active__ENNBS {
  display: block;
}
.CardInput-module_card-input__wrapper__wXSCw {
  position: relative;
}
.CardInput-module_card-input__wrapper__wXSCw *, .CardInput-module_card-input__wrapper__wXSCw :after, .CardInput-module_card-input__wrapper__wXSCw :before {
  box-sizing: border-box;
}
.CardInput-module_card-input__icon__3Cz5M {
  border-radius: 3px;
  height: 18px;
  margin-left: 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
}
.CardInput-module_card-input__form__fRo1r {
  opacity: 1;
}
.CardInput-module_card-input__spinner__-j2Qi {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.CardInput-module_card-input__spinner--active__slD7w {
  display: block;
}
.CardInput-module_card-input__form--loading__rrmdj {
  opacity: 0;
}
.CardInput-module_adyen-checkout__input__11tlB {
  display: block;
  max-height: 100px;
}
.CardInput-module_adyen-checkout__card__cvc__input--hidden__VIlHV, .CardInput-module_adyen-checkout__card__exp-date__input--hidden__evi6- {
  display: none;
}
.CardInput-module_adyen-checkout__card__exp-cvc__exp-date__input--hidden__YC3VT {
  justify-content: flex-end;
}
.CardInput-module_revolving-plan-installments__disabled__VhNj2 {
  opacity: 0.4;
  pointer-events: none;
}
.adyen-checkout__card__dual-branding__buttons {
  display: flex;
  opacity: 0.4;
  pointer-events: none;
}
.adyen-checkout__card__dual-branding__buttons--active {
  opacity: 1;
  pointer-events: auto;
}
.adyen-checkout__card__dual-branding__buttons .adyen-checkout__card__cardNumber__brandIcon {
  cursor: pointer;
  opacity: 1;
}
.adyen-checkout__card__dual-branding__buttons .adyen-checkout__card__cardNumber__brandIcon:first-child {
  right: 40px;
}
.adyen-checkout__card__dual-branding__buttons .adyen-checkout__card__cardNumber__brandIcon--not-selected {
  opacity: 0.5;
}
.adyen-checkout__card__brands {
  display: flex;
  flex-basis: auto;
  flex-shrink: 1;
  flex-wrap: wrap;
  gap: 4px;
  height: 16px;
  margin-bottom: 16px;
  margin-top: -8px;
  overflow: hidden;
  transition: all 0.2s ease-out;
}
.adyen-checkout__card__brands--hidden {
  height: 0;
  margin: -8px 0 8px;
  opacity: 0;
}
.adyen-checkout__card__brands img {
  border-radius: 3px;
  height: 16px;
  width: 24px;
}
.adyen-checkout__card__brands__brand-wrapper {
  display: inline-block;
  height: 16px;
  position: relative;
  width: 24px;
}
.adyen-checkout__card__brands__brand-wrapper:after {
  border: 1px solid rgba(0, 27, 43, 0.17);
  border-radius: 3px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.adyen-checkout-ctp__otp-resend-code {
  color: #0075ff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  margin-left: auto;
}
.adyen-checkout-ctp__otp-resend-code--confirmation, .adyen-checkout-ctp__otp-resend-code--disabled {
  color: #687282;
  cursor: default;
  font-size: 13px;
  font-weight: 400;
  margin-left: auto;
  pointer-events: none;
}
.adyen-checkout-ctp__otp-resend-code--confirmation {
  align-items: center;
  display: flex;
}
.adyen-checkout-ctp__otp-resend-code--confirmation > img {
  margin-left: 4px;
}
.adyen-checkout-ctp__otp-resend-code-counter {
  color: black;
  cursor: default;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  margin-left: auto;
  text-align: right;
}
.adyen-checkout-ctp__section > .adyen-checkout__field.adyen-checkout__field--otp {
  margin-bottom: 12px;
}
.adyen_checkout-ctp__brand-wrapper {
  align-items: center;
  display: flex;
  height: 18px;
}
.adyen_checkout-ctp__brand-logo {
  margin-right: 6px;
  width: 24px;
}
.adyen_checkout-ctp__brand-pipe {
  height: 15px;
  margin-right: 6px;
}
.adyen_checkout-ctp__brand-scheme {
  margin-right: 6px;
  -o-object-fit: none;
  object-fit: none;
}
.adyen_checkout-ctp__brand-scheme-mc {
  width: 27px;
}
.adyen_checkout-ctp__brand-scheme-visa {
  width: 35px;
}
.adyen-checkout__modal-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  left: 0;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  padding: 24px;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 10;
}
.adyen-checkout__modal-wrapper:before {
  background: rgba(0, 17, 44, 0.5);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s linear;
  width: 100%;
  z-index: 10;
}
.adyen-checkout__modal-wrapper--open {
  visibility: visible;
}
.adyen-checkout__modal-wrapper--open .adyen-checkout__modal, .adyen-checkout__modal-wrapper--open:before {
  opacity: 1;
}
.adyen-checkout__modal {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 17, 44, 0.15);
  margin: auto;
  opacity: 0;
  padding: 16px;
  position: relative;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 11;
}
@media (max-width: 480px) {
  .adyen-checkout__modal-wrapper {
    padding: 0;
  }
  .adyen-checkout__modal {
    border-radius: 0;
    height: 100%;
  }
}
.adyen-checkout__ctp-modal-header-image {
  display: block;
  margin: auto;
}
.adyen-checkout__ctp-modal-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 12px;
  padding: 0;
}
.adyen-checkout__ctp-modal-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 16px;
}
.adyen-checkout__ctp-modal-benefits {
  margin-left: 0;
  padding-left: 20px;
}
.adyen-checkout__ctp-modal-benefits li {
  list-style: disc;
  margin-bottom: 16px;
}
.adyen-checkout__modal-wrapper--ctp .adyen-checkout__modal {
  max-width: 464px;
}
.adyen_checkout-ctp__brand-wrapper--popup {
  justify-content: center;
  margin-bottom: 24px;
}
.adyen-web__ctp-info-button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.adyen-checkout-ctp__section-logout-button {
  color: #0075ff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  margin-left: auto;
}
.adyen-checkout-ctp__section-logout-button--disabled {
  color: #687282;
  pointer-events: none;
}
.adyen-checkout-ctp__section {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 17, 44, 0.08), 0 2px 4px rgba(0, 17, 44, 0.04);
  padding: 16px;
  position: relative;
}
.adyen-checkout-ctp__section-brand {
  align-items: center;
  display: flex;
  height: 18px;
  margin-bottom: 16px;
}
.adyen-checkout-ctp__section--standalone {
  all: unset;
}
.adyen-checkout-ctp__section .adyen-checkout__fieldset {
  margin-bottom: 24px;
}
.adyen-checkout-ctp__section-header {
  align-items: center;
  display: flex;
}
.adyen-checkout-ctp__section-header-title {
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
  padding: 0;
  width: auto;
}
@media screen and (max-width: 400px) {
  .adyen-checkout-ctp__section-header-title {
    font-size: 15px;
  }
}
.adyen-checkout-ctp__section-header-adornment {
  margin-left: 5px;
}
.adyen-checkout-ctp__section-text {
  color: #707070;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  margin: 0 0 16px;
}
.adyen-checkout-ctp__separator {
  color: #00112c;
  font-size: 13px;
  font-weight: 400;
}
.adyen-checkout-ctp__otp-subtitle--highlighted {
  color: #00112c;
  font-weight: 500;
}
.adyen-checkout-ctp__otp-checkbox-container {
  background-color: #f7f8f9;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 12px;
}
.adyen-checkout-ctp__otp-checkbox-container--checked {
  background-color: #F2F8FF;
}
.adyen-checkout-ctp__otp-checkbox-container label {
  cursor: pointer;
}
.adyen-checkout-ctp__section .adyen-checkout__field.adyen-checkout-ctp__otp-checkbox-container {
  margin-bottom: 4px;
}
.adyen-checkout-ctp__otp-checkbox-info {
  color: #707070;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  margin: 4px 0 0;
}
.adyen-checkout-ctp__otp-readmore-button {
  all: unset;
  color: #0075ff;
  cursor: pointer;
  text-transform: lowercase;
}
.adyen-checkout-ctp__card-list-single-card {
  align-items: center;
  background-color: #f7f8f9;
  border-radius: 6px;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  height: 40px;
  line-height: 19px;
  padding: 12px;
}
.adyen-checkout-ctp__card-list-single-card-expired {
  color: #687282;
  text-decoration: line-through;
}
.adyen-checkout-ctp__expired-label {
  color: #687282;
  font-weight: 500;
  line-height: 17px;
  margin-left: auto;
}
.adyen-checkout-ctp__card-image {
  border-radius: 3px;
  height: 24px;
  margin-right: 8px;
}
.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__element--disabled {
  opacity: 1;
}
.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__element--disabled .adyen-checkout__dropdown__element__text {
  margin: 0;
  opacity: 0.4;
  text-decoration: line-through;
}
.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__element--disabled .adyen-checkout__dropdown__element__secondary-text {
  color: #687282;
  font-weight: 500;
  line-height: 17px;
}
.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__button--disabled {
  opacity: 1;
}
.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__button--disabled .adyen-checkout__dropdown__button__text {
  opacity: 0.4;
  text-decoration: line-through;
}
.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__button--disabled .adyen-checkout__dropdown__button__secondary-text {
  color: #687282;
  font-weight: 500;
  opacity: 1;
}
.adyen-checkout-ctp__card {
  background-color: white;
  border: none;
  border-radius: 4px;
  box-shadow: 0 0 0 2px #999595;
  cursor: pointer;
  height: 40px;
  margin: 0 0 20px;
  width: 100%;
}
.adyen-checkout-ctp__empty-cards {
  align-items: center;
  background-color: #f7f8f9;
  border-radius: 6px;
  color: #687282;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  height: 40px;
  line-height: 19px;
  margin-bottom: 24px;
  padding: 12px 16px;
}
.adyen-checkout__iframe--ctpIframe {
  pointer-events: auto;
}
.adyen-checkout__iframe--ctpIframe-hidden {
  display: none;
}
@keyframes adyen-common-payment-method--card-bounce--fLeov {
  0% {
    animation-timing-function: cubic-bezier(0.17, 0.17, 0.32, 1);
    -webkit-translate: 0 -60%;
    -moz-translate: 0 -60%;
    -ms-translate: 0 -60%;
    translate: 0 -60%;
  }
  9.70874% {
    animation-timing-function: cubic-bezier(0.41, 0, 0.49, 1);
    -webkit-translate: 0 8.5%;
    -moz-translate: 0 8.5%;
    -ms-translate: 0 8.5%;
    translate: 0 8.5%;
  }
  23.4466% {
    animation-timing-function: cubic-bezier(0.29, 0, 0.26, 1);
    -webkit-translate: 0 -22.5%;
    -moz-translate: 0 -22.5%;
    -ms-translate: 0 -22.5%;
    translate: 0 -22.5%;
  }
  47.7184% {
    -webkit-translate: 0;
    -moz-translate: 0;
    -ms-translate: 0;
    translate: 0;
  }
  63.8835% {
    animation-timing-function: cubic-bezier(1, 0, 0.78, 1);
    -webkit-translate: 0;
    -moz-translate: 0;
    -ms-translate: 0;
    translate: 0;
  }
  86.5534% {
    -webkit-translate: 0 40.7%;
    -moz-translate: 0 40.7%;
    -ms-translate: 0 40.7%;
    translate: 0 40.7%;
  }
  to {
    -webkit-translate: 0 40.7%;
    -moz-translate: 0 40.7%;
    -ms-translate: 0 40.7%;
    translate: 0 40.7%;
  }
}
@keyframes adyen-common-payment-method--card-fade-100--SKD-E {
  0% {
    animation-timing-function: linear;
    opacity: 0;
  }
  8.1068% {
    opacity: 1;
  }
  78.4466% {
    opacity: 1;
  }
  86.5534% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes adyen-common-payment-method--card-fade-60--wHeCi {
  0% {
    animation-timing-function: linear;
    opacity: 0;
  }
  8.1068% {
    opacity: 0.6;
  }
  78.4466% {
    opacity: 0.6;
  }
  86.5534% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes adyen-common-payment-method--card-fade-20--Uw-tl {
  0% {
    animation-timing-function: linear;
    opacity: 0;
  }
  8.1068% {
    opacity: 0.2;
  }
  78.4466% {
    opacity: 0.2;
  }
  86.5534% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
.adyen-checkout-ctp__card-animation {
  aspect-ratio: 2.28310502;
  filter: grayscale(1);
  margin: 40px auto 50px;
  max-width: 100%;
  position: relative;
  width: 140px;
}
.adyen-checkout-ctp__card-animation > .adyen-checkout-ctp__card-animation-layer {
  background-size: contain!important;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.adyen-checkout-ctp__card-animation > .adyen-checkout-ctp__card-animation-layer:first-of-type {
  animation: card-bounce 2.06s linear infinite both, card-fade-100 2.06s linear infinite both;
  animation-delay: 0.1s;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%271064%27 height=%27466%27 fill=%27none%27%3E%3Cpath fill=%27%23fff%27 fill-rule=%27evenodd%27 d=%27m895.31 228.862-46.416-10.988c-1.172-.381-2.528-.481-3.565-.203-1.582.424-1.825 1.567-.543 2.554.676.52 1.641.893 2.634 1.067l42.816 10.545-.537 21.742-2.328.624-6.897 1.848 1.146-20.056c.002-.012.002-.025.003-.037h.005c.061-.536-.274-1.054-.864-1.494-.563-.447-1.399-.831-2.462-1.065l-.003.001-.072-.016-46.587-10.849a.3.3 0 0 1-.032-.008c-1.18-.39-2.554-.496-3.601-.215l-16.926 4.535c-1.582.424-1.825 1.568-.542 2.555.389.299.859.593 1.407.742l44.453 10.938-.526 19.429c-.021.101.234 2.007-2.662 2.783l-22.831 6.118c-3.105.832-7.644.01-10.253-1.998l-32.227-24.8c-2.271-1.748-2.029-4.233 1.146-5.083l14.204-3.806c1.674-.449 1.938-1.481.58-2.526s-3.556-1.501-5.23-1.053l-14.297 3.879c-6.795 1.82-6.817 6.539-2.199 10.093l32.275 24.837c4.972 3.826 14.615 5.636 20.567 4.042l22.824-6.116c1.151-.309 2.067-.696 2.797-1.118.104-.061.204-.122.301-.183 2.32-1.48 2.521-3.296 2.528-3.671l1.19-21.406c.081-.992-1.14-2.073-3.289-2.548l-.003.002-.072-.017-39.385-9.196 7.065-1.893 2.329-.624 41.998 10.256-.496 22.836c-.001.007.031.018.093.032.113.304.361.618.75.918 1.283.987 3.605 1.443 5.187 1.02l16.925-4.535c1.048-.281 1.507-.878 1.326-1.536l1.612-23.779.002-.037.005-.001c.123-1.083-1.369-2.092-3.323-2.539z%27/%3E%3Cpath stroke=%27%23fff%27 d=%27m895.31 228.862-46.416-10.988c-1.172-.381-2.528-.481-3.565-.203-1.582.424-1.825 1.567-.543 2.554.676.52 1.641.893 2.634 1.067l42.816 10.545-.537 21.742-2.328.624-6.897 1.848 1.146-20.056c.002-.012.002-.025.003-.037h.005c.061-.536-.274-1.054-.864-1.494-.563-.447-1.399-.831-2.462-1.065l-.003.001-.072-.016-46.587-10.849a.3.3 0 0 1-.032-.008c-1.18-.39-2.554-.496-3.601-.215l-16.926 4.535c-1.582.424-1.825 1.568-.542 2.555.389.299.859.593 1.407.742l44.453 10.938-.526 19.429c-.021.101.234 2.007-2.662 2.783l-22.831 6.118c-3.105.832-7.644.01-10.253-1.998l-32.227-24.8c-2.271-1.748-2.029-4.233 1.146-5.083l14.204-3.806c1.674-.449 1.938-1.481.58-2.526s-3.556-1.501-5.23-1.053l-14.297 3.879c-6.795 1.82-6.817 6.539-2.199 10.093l32.275 24.837c4.972 3.826 14.615 5.636 20.567 4.042l22.824-6.116c1.151-.309 2.067-.696 2.797-1.118.104-.061.204-.122.301-.183 2.32-1.48 2.521-3.296 2.528-3.671l1.19-21.406c.081-.992-1.14-2.073-3.289-2.548l-.003.002-.072-.017-39.385-9.196 7.065-1.893 2.329-.624 41.998 10.256-.496 22.836c-.001.007.031.018.093.032.113.304.361.618.75.918 1.283.987 3.605 1.443 5.187 1.02l16.925-4.535c1.048-.281 1.507-.878 1.326-1.536l1.612-23.779.002-.037.005-.001c.123-1.083-1.369-2.092-3.323-2.539%27/%3E%3Cpath fill=%27%23fff%27 fill-opacity=%27.9%27 fill-rule=%27evenodd%27 d=%27M418.95 242.813c-1.166.08-3.042-.372-4.121-.994-.702-.405-.941-.755-1.527-2.243-2.373-6.017-6.517-11.028-13.679-16.54-6.921-5.325-13.863-9.053-24.178-12.987-2.215-.844-4.182-1.652-4.368-1.795-.687-.528-.979-1.482-.612-1.986.505-.691 2.349-1.081 3.824-.809.567.103 2.521.743 4.345 1.421 7.215 2.687 13.99 5.937 20.009 9.598 3.723 2.267 9.803 6.823 12.219 9.164 4.462 4.317 7.493 8.422 9.4 12.73 1.153 2.604 1.269 3.77.4 4.003a2.41 2.41 0 0 0-.548.23c-.132.08-.653.173-1.164.208zm-16.069-.701c-1.791.122-4.29-.719-4.965-1.671-.163-.23-.697-1.349-1.19-2.485-2.083-4.815-6.346-9.43-12.427-13.455-4.994-3.305-8.797-5.218-15.392-7.737-4.424-1.69-4.929-2-5.087-3.117-.146-1.06 1.961-1.804 4.061-1.431 1.457.258 8.467 2.972 11.969 4.634 11.594 5.498 19.993 12.484 23.913 19.889 2.008 3.792 1.779 5.192-.882 5.373zm-16.492-.659c-1.224-.015-2.768-.406-3.758-.951-.603-.332-.912-.797-1.614-2.437-2.575-6.024-8.768-10.833-18.898-14.676-4.447-1.688-5.038-2.104-4.718-3.324.158-.605.358-.757 1.34-1.02 1.642-.44 3.175-.146 7.121 1.365 6.068 2.325 10.298 4.621 14.525 7.881 4.345 3.352 6.465 5.882 8.069 9.62.915 2.141.839 2.79-.389 3.282-.375.149-1.131.266-1.678.26zm-15.379-.611c-.949.006-2.546-.385-3.476-.851-1.035-.519-1.424-1.045-1.796-2.434-.477-1.786-1.147-2.632-3.558-4.488s-3.719-2.531-6.931-3.584c-1.089-.356-2.302-.809-2.698-1.003-1.658-.818-1.914-2.296-.508-2.936 1.187-.544 2.67-.406 5.617.522 8.533 2.685 14.934 7.611 15.941 12.27.357 1.645-.521 2.495-2.591 2.504z%27/%3E%3Crect width=%27110%27 height=%2774%27 fill=%27url%28%23a%29%27 rx=%2710%27 transform=%27matrix%28.96593 -.25882 .7925 .60987 199.717 245.906%29%27/%3E%3Cg stroke=%27%23000%27 stroke-opacity=%27.8%27 stroke-width=%272%27%3E%3Cpath d=%27m233.447 236.868 46.846 36.05c.876.673.72 1.451-.347 1.737l-31.799 8.521M266.657 262.424l-33.731 9.038m17.126-21.816-33.73 9.038m115.215 13.423-46.846-36.05c-.875-.673-.72-1.451.347-1.737l31.799-8.52M298.327 246.551l33.731-9.038m-17.126 21.816 33.731-9.038%27/%3E%3Crect width=%27112%27 height=%2776%27 x=%27-1.758%27 y=%27-.351%27 rx=%2711%27 style=%27mix-blend-mode:soft-light%27 transform=%27matrix%28.96593 -.25882 .7925 .60987 199.935 245.314%29%27/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id=%27a%27 x1=%27-12.604%27 x2=%2799.193%27 y1=%270%27 y2=%2788.114%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23fff%27/%3E%3Cstop offset=%27.484%27 stop-color=%27%23b3b3b3%27/%3E%3Cstop offset=%271%27 stop-color=%27%23fff%27/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") 0 0 no-repeat, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%271064%27 height=%27466%27 fill=%27none%27%3E%3Cg clip-path=%27url%28%23a%29%27%3E%3Crect width=%27728%27 height=%27455%27 fill=%27url%28%23b%29%27 rx=%2724%27 transform=%27matrix%28.96593 -.25882 .7925 .60987 0 188.42%29%27/%3E%3Cg fill=%27%23033783%27%3E%3Cpath fill-opacity=%27.2%27 d=%27M638.209-50.009C376.564 99.506 477.408 320.518 560.535 412.335L1063.78 277.49 638.209-50.009z%27/%3E%3Cpath fill-opacity=%27.4%27 d=%27M711.119 6.099C494.132 130.043 577.63 313.21 646.503 389.3l417.277-111.81L711.119 6.099z%27/%3E%3C/g%3E%3Cpath fill=%27%23003780%27 d=%27M791.162 67.695C624.04 163.343 688.839 304.87 742.129 363.677l321.651-86.187L791.162 67.695z%27/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id=%27b%27 x1=%2772.545%27 x2=%27249.224%27 y1=%2726.435%27 y2=%27498.002%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%233382ea%27/%3E%3Cstop offset=%271%27 stop-color=%27%23003ea9%27/%3E%3C/linearGradient%3E%3CclipPath id=%27a%27%3E%3Crect width=%27728%27 height=%27455%27 fill=%27%23fff%27 rx=%2724%27 transform=%27matrix%28.96593 -.25882 .7925 .60987 0 188.42%29%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 0 0 no-repeat;
  opacity: 1;
  z-index: 3;
}
.adyen-checkout-ctp__card-animation > .adyen-checkout-ctp__card-animation-layer:nth-of-type(2) {
  animation: card-bounce 2.06s linear infinite both, card-fade-60 2.06s linear infinite both;
  animation-delay: 50ms;
  opacity: 0.6;
  transform: translateY(25%);
  z-index: 2;
}
.adyen-checkout-ctp__card-animation > .adyen-checkout-ctp__card-animation-layer:nth-of-type(2), .adyen-checkout-ctp__card-animation > .adyen-checkout-ctp__card-animation-layer:nth-of-type(3) {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%271064%27 height=%27466%27 fill=%27none%27%3E%3Cg clip-path=%27url%28%23a%29%27%3E%3Crect width=%27728%27 height=%27455%27 fill=%27url%28%23b%29%27 rx=%2724%27 transform=%27matrix%28.96593 -.25882 .7925 .60987 0 188.42%29%27/%3E%3Cg fill=%27%23033783%27%3E%3Cpath fill-opacity=%27.2%27 d=%27M638.209-50.009C376.564 99.506 477.408 320.518 560.535 412.335L1063.78 277.49 638.209-50.009z%27/%3E%3Cpath fill-opacity=%27.4%27 d=%27M711.119 6.099C494.132 130.043 577.63 313.21 646.503 389.3l417.277-111.81L711.119 6.099z%27/%3E%3C/g%3E%3Cpath fill=%27%23003780%27 d=%27M791.162 67.695C624.04 163.343 688.839 304.87 742.129 363.677l321.651-86.187L791.162 67.695z%27/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id=%27b%27 x1=%2772.545%27 x2=%27249.224%27 y1=%2726.435%27 y2=%27498.002%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%233382ea%27/%3E%3Cstop offset=%271%27 stop-color=%27%23003ea9%27/%3E%3C/linearGradient%3E%3CclipPath id=%27a%27%3E%3Crect width=%27728%27 height=%27455%27 fill=%27%23fff%27 rx=%2724%27 transform=%27matrix%28.96593 -.25882 .7925 .60987 0 188.42%29%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 0 0 no-repeat;
}
.adyen-checkout-ctp__card-animation > .adyen-checkout-ctp__card-animation-layer:nth-of-type(3) {
  animation: card-bounce 2.06s linear infinite both, card-fade-20 2.06s linear infinite both;
  opacity: 0.2;
  transform: translateY(50%);
  z-index: 1;
}
.adyen-checkout-ctp__loading-subtitle {
  font-size: 16px;
  line-height: 19px;
  margin: 0 auto 58px;
  max-width: 280px;
  text-align: center;
}
.adyen-checkout-ctp__section > .adyen-checkout__field.adyen-checkout__field--shopperLogin {
  margin-bottom: 20px;
}
.adyen-checkout__cashapp > .adyen-checkout__store-details {
  margin-bottom: 16px;
  margin-top: 0;
}
.adyen-checkout__button-group {
  background: transparent;
  display: flex;
  justify-content: space-between;
}
.adyen-checkout__button-group .adyen-checkout__button {
  background: transparent;
  border: 0;
  box-shadow: inset 0 0 0 1px #99a3ad;
  color: #00112c;
  font-size: 0.81em;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  margin-right: 8px;
  padding: 0;
  text-align: center;
}
.adyen-checkout__button-group .adyen-checkout__button:last-child {
  margin-right: 0;
}
.adyen-checkout__button-group .adyen-checkout__button:hover {
  background: transparent;
  box-shadow: inset 0 0 0 2px #99a3ad;
}
.adyen-checkout__button-group .adyen-checkout__button:active {
  background: #f7f8f9;
  box-shadow: inset 0 0 0 2px #99a3ad;
}
.adyen-checkout__button-group .adyen-checkout__button--disabled, .adyen-checkout__button-group .adyen-checkout__button--disabled:hover {
  cursor: not-allowed;
  opacity: 0.4;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.adyen-checkout__button-group .adyen-checkout__button--selected, .adyen-checkout__button-group .adyen-checkout__button--selected:active, .adyen-checkout__button-group .adyen-checkout__button--selected:active:hover, .adyen-checkout__button-group .adyen-checkout__button--selected:hover {
  background: #e5efff;
  box-shadow: inset 0 0 0 2px #0075ff;
  color: #0075ff;
  font-weight: 500;
  height: 40px;
  transition: none;
}
.adyen-checkout__button-group .adyen-checkout__button .adyen-checkout__button-group__input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.adyen-checkout__adyen-giving .adyen-checkout__status__icon {
  display: block;
  margin: 56px auto 32px;
}
.adyen-checkout__adyen-giving .adyen-checkout__status__text {
  color: #00112c;
  margin-bottom: 56px;
  text-align: center;
}
.adyen-checkout__campaign {
  background: #00112c;
  border-radius: 6px;
  height: 227px;
  overflow: hidden;
  position: relative;
}
.adyen-checkout__campaign-link:hover .adyen-checkout__campaign-description {
  text-decoration: underline;
}
.adyen-checkout__campaign-container {
  height: 100%;
}
.adyen-checkout__campaign-logo {
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  display: block;
  height: 48px;
  margin-bottom: 16px;
  overflow: hidden;
  width: 48px;
}
.adyen-checkout__campaign-background-image {
  background-color: #00112c;
  background-position: 50%;
  background-size: cover;
  height: 100%;
}
.adyen-checkout__campaign-link .adyen-checkout__campaign-background-image:before {
  background: inherit;
  content: "";
  height: 100%;
  position: absolute;
  transition: transform 0.6s ease-out;
  width: 100%;
}
.adyen-checkout__campaign-link .adyen-checkout__campaign-background-image:hover:before {
  transform: scale(1.1);
}
.adyen-checkout__campaign-link .adyen-checkout__campaign-content {
  pointer-events: none;
}
.adyen-checkout__campaign-content {
  bottom: 0;
  padding: 16px;
  position: absolute;
  z-index: 2;
}
.adyen-checkout__campaign-description, .adyen-checkout__campaign-title {
  color: #fff;
  font-weight: 400;
  margin: 0;
}
.adyen-checkout__campaign-title {
  font-size: 1em;
  margin-bottom: 8px;
}
.adyen-checkout__campaign-description {
  font-size: 0.81em;
  line-height: 19px;
}
.adyen-checkout__adyen-giving-actions {
  margin-top: 16px;
  text-align: center;
}
.adyen-checkout__button.adyen-checkout__button--donate {
  margin: 16px auto 8px;
}
.adyen-checkout__button.adyen-checkout__button--decline {
  display: block;
  margin: auto;
  width: auto;
}
.adyen-checkout__paywithgoogle {
  height: 48px;
}
.adyen-checkout__paywithgoogle > div > button, .adyen-checkout__paywithgoogle > div > button.long, .adyen-checkout__paywithgoogle > div > button.short {
  height: 48px;
  transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out;
}
.adyen-checkout__paywithgoogle > div > button.long:focus, .adyen-checkout__paywithgoogle > div > button.short:focus, .adyen-checkout__paywithgoogle > div > button:focus {
  box-shadow: 0 0 0 2px #99c2ff;
  outline: 0;
}
.adyen-checkout__paywithgoogle > div > button.gpay-button {
  padding: 15px 24px 13px;
}
.adyen-checkout__econtext-input__field > .adyen-checkout__button--pay:only-child {
  margin-top: 0;
}
.adyen-checkout__voucher-result {
  border-radius: 12px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.adyen-checkout__voucher-result__bottom, .adyen-checkout__voucher-result__top {
  background: #fff;
  border: 1px solid #d4d9db;
}
.adyen-checkout__voucher-result__top {
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  padding: 40px 0 24px;
}
.adyen-checkout__voucher-result__bottom {
  border-radius: 0 0 12px 12px;
  border-top: 0;
}
.adyen-checkout__voucher-result__separator {
  align-items: center;
  background: #fff;
  display: flex;
  height: 13px;
  margin: 0 auto;
  position: relative;
  width: calc(100% - 14px);
}
.adyen-checkout__voucher-result__separator:after, .adyen-checkout__voucher-result__separator:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjEzIiBmaWxsPSJub25lIj48ZyBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0ibTAgMCA1IDIgMS41IDRIN1YwSDBabTAgMTMgNS0yIDEuNS00SDd2NkgwWiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PHBhdGggc3Ryb2tlPSIjRDREOURCIiBkPSJNNi40MjMgNi41QzYuNDIzIDMuMzEyIDMuNzgzLjc1Ni41LjUxOGMzLjM4Ni4yMzYgNiAyLjg1NSA2IDUuOTgyIDAgMy4xMjctMi42MTQgNS43NDYtNiA1Ljk4M3YtLjAwMWMzLjI4NC0uMjM3IDUuOTIzLTIuNzk0IDUuOTIzLTUuOTgyWiIvPjxwYXRoIGZpbGw9IiNENEQ5REIiIGQ9Ik0wIDBoMXYxSDB6TTAgMTJoMXYxSDB6Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGg3djEzSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+);
}
.adyen-checkout__voucher-result__separator:before {
  left: -7px;
}
.adyen-checkout__voucher-result__separator:after, .adyen-checkout__voucher-result__separator:before {
  background-position: 100%;
  background-repeat: no-repeat;
  content: "";
  height: 13px;
  position: absolute;
  top: 0;
  width: 7px;
}
.adyen-checkout__voucher-result__separator:after {
  right: -7px;
  transform: rotate(-180deg);
}
.adyen-checkout__voucher-result__separator__inner {
  border-top: 1px solid #e6e9eb;
  width: 100%;
}
.adyen-checkout__voucher-result__image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  width: 100%;
}
.adyen-checkout__link--voucher-result-instructions {
  display: inline-block;
}
.adyen-checkout__voucher-result__image__wrapper {
  display: block;
  height: 48px;
  margin: 0 24px;
  position: relative;
}
.adyen-checkout__voucher-result__image__wrapper:after {
  border: 1px solid rgba(0, 27, 43, 0.17);
  border-radius: 3px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.adyen-checkout__voucher-result__image__wrapper:nth-child(2):before {
  border-left: 1px solid #d4d9db;
  content: "";
  height: 64px;
  left: -24.5px;
  position: absolute;
  top: -8px;
  width: 1px;
}
.adyen-checkout__voucher-result__image__brand, .adyen-checkout__voucher-result__image__issuer {
  border-radius: 3px;
  height: 48px;
}
.adyen-checkout__voucher-result__introduction {
  color: #00112c;
  font-size: 0.81em;
  line-height: 19px;
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
}
.adyen-checkout__voucher-result__amount {
  color: #00112c;
  font-size: 1em;
  font-weight: 700;
  margin: 24px auto 0;
  text-align: center;
}
.adyen-checkout__voucher-result__surcharge {
  color: #687282;
  display: block;
  font-size: 0.81em;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
}
.adyen-checkout__voucher-result__code__label {
  display: block;
  font-weight: 400;
  left: 0;
  line-height: 19px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: auto;
}
.adyen-checkout__voucher-result__code__label:before {
  content: "";
  position: absolute;
}
.adyen-checkout__voucher-result__code__label__text {
  background: #fff;
  color: #00112c;
  font-size: 13px;
  letter-spacing: normal;
  line-height: 1;
  padding: 0 8px;
}
.adyen-checkout__voucher-result__code__barcode {
  display: block;
  height: 56px;
  margin: 0 auto 8px;
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.adyen-checkout__voucher-result__code {
  border-width: 1px 0;
  color: #00112c;
  display: inline-block;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 0 auto;
  padding: 16px 48px;
  position: relative;
  text-align: center;
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
  width: 100%;
  word-break: break-word;
}
.adyen-checkout__voucher-result__details {
  list-style: none;
  margin: -1px auto 0;
  padding: 0;
}
.adyen-checkout__voucher-result__details__item {
  border-top: 1px solid #e6e9eb;
  color: #00112c;
  display: flex;
  font-size: 0.81em;
  justify-content: space-between;
  padding: 16px 24px;
  word-break: break-word;
}
.adyen-checkout__voucher-result__details__item:last-child {
  margin-bottom: 0;
}
.adyen-checkout__voucher-result__details__label {
  max-width: 50%;
  text-align: left;
}
.adyen-checkout__voucher-result__details__value {
  font-weight: 700;
  max-width: 50%;
  text-align: right;
}
.adyen-checkout__voucher-result__actions {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 auto 32px;
  max-width: 100%;
  min-width: 200px;
  padding: 0;
  width: 300px;
}
.adyen-checkout__voucher-result__actions__item {
  margin: 0 4px;
}
.adyen-checkout__paypal__buttons {
  position: relative;
  z-index: 0;
}
.adyen-checkout__paypal__button {
  display: flex;
  margin-bottom: 16px;
}
.adyen-checkout__paypal__button:empty {
  display: none;
}
.adyen-checkout__paypal__status--pending {
  margin: 16px 0;
}
.adyen-checkout__paypal__status--processing {
  align-items: center;
  display: flex;
  font-size: 13px;
  justify-content: center;
  padding: 24px 0;
}
.adyen-checkout__paypal-processing .adyen-checkout__paypal__button {
  display: none;
}
.adyen-checkout__payment-method .adyen-checkout__paypal__status--pending {
  margin: -16px 0 38px;
}
.adyen-checkout__payment-method .adyen-checkout__paypal__status--processing {
  padding: 20px 0 65px;
}
.adyen-checkout__phone-input {
  direction: ltr;
}
.adyen-checkout__phone-input .adyen-checkout__input-wrapper {
  width: 100%;
}
.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input {
  height: auto;
  padding: 0;
}
.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input:focus {
  border: 1px solid #0075ff;
  box-shadow: 0 0 0 2px #99c2ff;
}
.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button {
  border: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  height: 35px;
  width: auto;
}
.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button:after {
  box-sizing: revert;
  height: 10px;
  left: 60px;
}
.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input--phoneNumber {
  border: 1px solid transparent;
  height: 35px;
  margin-left: 8px;
  padding-left: 15px;
}
.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input-wrapper--phoneInput {
  align-items: center;
  display: flex;
}
.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input-wrapper--phoneInput:focus {
  border: 1px solid #0075ff;
  box-shadow: 0 0 0 2px #99c2ff;
}
.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__phoneNumber {
  align-items: center;
  display: flex;
  margin-left: 65px;
  width: 100%;
}
.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__countryFlag {
  position: absolute;
}
.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button--active, .adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button--active:hover {
  box-shadow: none;
}
.adyen-checkout__threeds2__challenge, .adyen-checkout__threeds2__challenge-container {
  background-color: transparent;
  box-sizing: border-box;
  display: block;
  height: inherit;
  min-height: 400px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.adyen-checkout__threeds2__challenge--01, .adyen-checkout__threeds2__challenge--01 .adyen-checkout__iframe--threeDSIframe {
  height: 400px;
  width: 250px;
}
.adyen-checkout__threeds2__challenge--02, .adyen-checkout__threeds2__challenge--02 .adyen-checkout__iframe--threeDSIframe {
  height: 400px;
  width: 390px;
}
.adyen-checkout__threeds2__challenge--03, .adyen-checkout__threeds2__challenge--03 .adyen-checkout__iframe--threeDSIframe {
  height: 600px;
  width: 500px;
}
.adyen-checkout__threeds2__challenge--04, .adyen-checkout__threeds2__challenge--04 .adyen-checkout__iframe--threeDSIframe {
  height: 400px;
  width: 600px;
}
.adyen-checkout__threeds2__challenge--05, .adyen-checkout__threeds2__challenge--05 .adyen-checkout__iframe--threeDSIframe {
  height: 100%;
  width: 100%;
}
.adyen-checkout__iframe--threeDSIframe {
  border: 0;
  left: 0;
  position: absolute;
  top: 0;
}
.adyen-checkout__threeds2-challenge-error .adyen-checkout__status__icon {
  display: block;
  margin: 56px auto 32px;
}
.adyen-checkout__threeds2-challenge-error .adyen-checkout__status__text {
  color: #c12424;
  margin-bottom: 56px;
  text-align: center;
}
.adyen-checkout__qr-loader {
  background: #fff;
  border: 1px solid #d4d9db;
  border-radius: 12px;
  padding: 40px;
  text-align: center;
}
.adyen-checkout__qr-loader--result {
  padding: 100px;
}
.adyen-checkout__qr-loader--app {
  border: 0;
  border-radius: 0;
  padding: 0;
}
.adyen-checkout__qr-loader__brand-logo {
  border-radius: 3px;
  width: 74px;
}
.adyen-checkout__qr-loader__subtitle {
  margin: 32px auto 0;
  max-width: 400px;
}
.adyen-checkout__qr-loader__subtitle--result {
  margin-bottom: 32px;
}
.adyen-checkout__qr-loader__payment_amount, .adyen-checkout__qr-loader__subtitle {
  color: #00112c;
  font-size: 1em;
  line-height: 19px;
}
.adyen-checkout__qr-loader__icon {
  height: 88px;
  width: 88px;
}
.adyen-checkout__qr-loader__payment_amount {
  font-weight: 700;
}
.adyen-checkout__qr-loader__progress {
  background: #d4d9db;
  border-radius: 24px;
  height: 4px;
  margin: 32px auto 12px;
  padding-right: 3%;
  width: 152px;
}
[dir=rtl] .adyen-checkout__qr-loader__progress {
  padding-left: 3%;
  padding-right: 0;
}
.adyen-checkout__qr-loader__percentage {
  background: #0075ff;
  border-radius: 24px;
  display: block;
  height: 100%;
}
.adyen-checkout__qr-loader__countdown {
  color: #687282;
  font-size: 0.81em;
}
.adyen-checkout__qr-loader > .adyen-checkout__spinner__wrapper {
  margin: 60px 0;
}
.adyen-checkout__qr-loader__app-link {
  display: none;
}
.adyen-checkout__button.adyen-checkout__button--qr-loader {
  margin-top: 24px;
  text-decoration: none;
}
.adyen-checkout__qr-loader__instructions {
  color: #687282;
  font-size: 1em;
  line-height: 1.5;
  margin-top: 32px;
}
.adyen-checkout__qr-loader__actions {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
@media only screen and (max-device-width: 1200px) {
  .adyen-checkout__qr-loader__app-link {
    display: block;
  }
}
.adyen-checkout__voucher-result--boletobancario .adyen-checkout__voucher-result__code {
  font-size: 0.81em;
  line-height: 19px;
  padding: 24px;
  word-break: break-all;
}
.adyen-checkout__voucher-result--oxxo .adyen-checkout__voucher-result__code {
  font-size: 0.81em;
  line-height: 19px;
  padding: 24px;
  word-break: break-all;
}
.adyen-checkout__alert-message {
  border-radius: 6px;
  display: flex;
  font-size: 0.81em;
  margin: 0 0 16px;
  padding: 12px;
  text-align: left;
}
.adyen-checkout__alert-message--error {
  background: #fbe6ed;
}
.adyen-checkout__alert-message--warning {
  background: #ffeacc;
}
.adyen-checkout__alert-message--info {
  background: #e5efff;
}
.adyen-checkout__alert-message__icon {
  height: 14px;
  margin-right: 8px;
  width: 14px;
}
.adyen-checkout__giftcard-result__header {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  font-size: 1em;
  font-weight: 400;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.adyen-checkout__giftcard-result__header__title {
  align-items: center;
  display: flex;
}
.adyen-checkout__giftcard-result__name {
  margin-left: 8px;
}
.adyen-checkout__giftcard-result__balance {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}
.adyen-checkout__giftcard-result__balance__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.adyen-checkout__giftcard-result__balance__item .adyen-checkout__giftcard-result__balance__title--transactionLimit {
  color: #687282;
}
.adyen-checkout__giftcard-result__balance__item:last-child {
  margin-bottom: 0;
}
.adyen-checkout__giftcard-result__balance__value--amount {
  font-weight: 700;
}
.adyen-checkout__giftcard-result__remaining-balance {
  color: #687282;
  font-size: 13px;
  line-height: 19px;
  margin: 8px auto 0;
  text-align: center;
}
.DropinComponent-module_adyen-checkout__payment-methods-list__mAjAm {
  list-style: none;
  margin: 0;
  padding: 0;
}
.DropinComponent-module_adyen-checkout__payment-method__nWdwg {
  display: block;
  max-height: 60px;
}
.DropinComponent-module_adyen-checkout__payment-method__details__-rsW7 {
  display: none;
}
.DropinComponent-module_adyen-checkout__payment-method__image__nB80V {
  height: 26px;
  width: 40px;
}
.DropinComponent-module_adyen-checkout__payment-method__image__wrapper__6NWzA {
  margin-right: 8px;
}
[dir=rtl] .DropinComponent-module_adyen-checkout__payment-method__image__wrapper__6NWzA {
  margin-left: 8px;
  margin-right: 0;
}
.DropinComponent-module_adyen-checkout__payment-method--selected__6egZF {
  max-height: 100%;
}
.DropinComponent-module_adyen-checkout__payment-method--selected__6egZF .DropinComponent-module_adyen-checkout__payment-method__details__-rsW7 {
  display: block;
}
.adyen-checkout__payment-method__disable-confirmation {
  background: #c12424;
  border-left: 1px solid #b82222;
  border-right: 1px solid #b82222;
  color: #fff;
  font-size: 0.81em;
  margin: 0 -17px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.15s ease-out, max-height 0.15s linear, margin-bottom 0.1s linear;
}
.adyen-checkout__payment-method__disable-confirmation.adyen-checkout__payment-method__disable-confirmation--open {
  margin-bottom: 16px;
  max-height: 62px;
  opacity: 1;
}
.adyen-checkout__payment-method__disable-confirmation__content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
}
.adyen-checkout__payment-method__disable-confirmation__buttons {
  display: flex;
}
.adyen-checkout__payment-method__disable-confirmation__button {
  background: #c12424;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: block;
  height: auto;
  line-height: 14px;
  margin: 0 0 0 8px;
  padding: 8px;
  width: auto;
}
.adyen-checkout__payment-method__disable-confirmation__button:hover, .adyen-checkout__payment-method__disable-confirmation__button:hover:focus {
  background: #ac2020;
  box-shadow: none;
}
.adyen-checkout__payment-method__disable-confirmation__button:active, .adyen-checkout__payment-method__disable-confirmation__button:hover:active {
  background: #961c1c;
  box-shadow: none;
}
.adyen-checkout__payment-method__disable-confirmation__button--remove, .adyen-checkout__payment-method__disable-confirmation__button--remove:disabled {
  border-color: #fff;
}
.adyen-checkout__payment-method__disable-confirmation__button--cancel, .adyen-checkout__payment-method__disable-confirmation__button--cancel:disabled {
  border-color: transparent;
}
.adyen-checkout__payment-method {
  background: #fff;
  border: 1px solid #e6e9eb;
  cursor: pointer;
  margin-top: -1px;
  position: relative;
  transition: opacity 0.3s ease-out;
  width: 100%;
}
.adyen-checkout__payment-method:focus {
  outline: 0;
}
.adyen-checkout__payment-method--selected + .adyen-checkout__payment-method, .adyen-checkout__payment-method:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin-top: 0;
}
.adyen-checkout__payment-method--next-selected, .adyen-checkout__payment-method:last-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-bottom: 0;
}
.adyen-checkout__payment-method--loading {
  opacity: 0.2;
}
.adyen-checkout__payment-method--selected.adyen-checkout__payment-method--loading {
  opacity: 0.9;
}
.adyen-checkout__payment-method--confirming .adyen-checkout__payment-method__details__content, .adyen-checkout__payment-method--disabling {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.adyen-checkout__payment-method--disabling {
  opacity: 0.3;
}
.adyen-checkout__payment-method__header {
  align-items: center;
  color: #00112c;
  display: flex;
  flex-wrap: nowrap;
  font-size: 1em;
  font-weight: 400;
  justify-content: space-between;
  padding: 12px 16px 12px 44px;
  position: relative;
  transition: background 0.1s ease-out;
  width: 100%;
}
[dir=rtl] .adyen-checkout__payment-method__header {
  padding: 12px 44px 12px 12px;
}
.adyen-checkout__payment-method--standalone .adyen-checkout__payment-method__header {
  padding: 16px;
}
.adyen-checkout__payment-method__header__title {
  align-items: center;
  background: none;
  border: none;
  color: #00112c;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-size: 1em;
  font-weight: 400;
  margin-right: 16px;
  max-width: 100%;
  padding: 4px;
}
[dir=rtl] .adyen-checkout__payment-method__header__title {
  margin-left: 16px;
  margin-right: 0;
}
.adyen-checkout__payment-method__surcharge {
  color: #687282;
  margin-left: 5px;
}
.adyen-checkout__payment-method--selected {
  background: #f7f8f9;
  border: 1px solid #e6e9eb;
  border-radius: 12px;
  cursor: default;
  margin: 8px 0;
  transition: margin 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 0.3s ease-out;
}
.adyen-checkout__payment-method--selected .adyen-checkout__payment-method__header {
  flex-wrap: wrap;
}
.adyen-checkout__payment-method__details {
  padding: 0 16px;
  position: relative;
}
.adyen-checkout__payment-method__details__content > :last-child {
  margin-bottom: 16px;
}
.adyen-checkout__payment-method__image__wrapper {
  height: 26px;
  position: relative;
  width: 40px;
}
.adyen-checkout__payment-method__image__wrapper--outline:after {
  border: 1px solid rgba(0, 27, 43, 0.17);
  border-radius: 3px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.adyen-checkout__payment-method__image {
  border-radius: 3px;
  display: block;
}
.adyen-checkout__payment-method__brands {
  display: flex;
  flex-basis: auto;
  flex-shrink: 1;
  flex-wrap: wrap;
  height: 16px;
  margin: 4px 0;
  overflow: hidden;
  text-align: right;
}
.adyen-checkout__payment-method__brands .adyen-checkout__payment-method__brand-number {
  color: #687282;
  font-size: 13px;
}
.adyen-checkout__payment-method--selected .adyen-checkout__payment-method__brands {
  height: auto;
  overflow: visible;
  text-align: left;
}
.adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper {
  display: inline-block;
  height: 16px;
  margin-right: 4px;
  transition: opacity 0.2s ease-out;
  width: 24px;
}
.adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper:last-child {
  margin: 0;
}
.adyen-checkout__payment-method--selected .adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper {
  margin-bottom: 4px;
}
.adyen-checkout__payment-method__brands img {
  height: 16px;
  width: 24px;
}
.adyen-checkout__payment-method__image__wrapper--disabled {
  opacity: 0.25;
}
.adyen-checkout__payment-method__radio {
  background-color: #fff;
  border: 1px solid #b9c4c9;
  border-radius: 50%;
  height: 16px;
  left: 16px;
  position: absolute;
  transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out;
  width: 16px;
}
[dir=rtl] .adyen-checkout__payment-method__radio {
  left: auto;
  right: 16px;
}
.adyen-checkout__payment-method--standalone .adyen-checkout__payment-method__radio {
  display: none;
}
.adyen-checkout__payment-method__radio:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease-out;
  width: 6px;
}
.adyen-checkout__payment-method:hover:not(.adyen-checkout__payment-method--selected) .adyen-checkout__payment-method__radio {
  border-color: #99a3ad;
  box-shadow: 0 0 0 2px #d4d9db;
  cursor: pointer;
}
.adyen-checkout__payment-method__radio--selected {
  background-color: #0075ff;
  border: 0;
  transition: all 0.3s ease-out;
}
.adyen-checkout__payment-method__radio--selected:hover {
  box-shadow: 0 0 0 2px rgba(0, 102, 255, 0.4);
}
.adyen-checkout__payment-method__radio--selected:after {
  transform: translateY(-50%) scale(1);
}
.adyen-checkout__payment-method__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.adyen-checkout__payment-method__name--selected {
  font-weight: 500;
}
.adyen-checkout__payment-method__additional-info {
  color: #687282;
  font-size: 0.81em;
}
.adyen-checkout__payment-method__name_wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.adyen-checkout__order-payment-methods-list {
  list-style: none;
  margin: 0 auto 16px;
  padding: 0;
}
.adyen-checkout__order-payment-method {
  background: #fff;
  border: 1px solid #e6e9eb;
  margin-top: -1px;
  position: relative;
  width: 100%;
}
.adyen-checkout__order-payment-method:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.adyen-checkout__order-payment-method:last-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.adyen-checkout__order-payment-method__header {
  align-items: center;
  color: #00112c;
  display: flex;
  flex-wrap: nowrap;
  font-size: 1em;
  font-weight: 500;
  justify-content: space-between;
  padding: 16px;
  position: relative;
  transition: background 0.1s ease-out;
  width: 100%;
}
.adyen-checkout__order-payment-method__header .adyen-checkout__payment-method__header__title {
  padding: 0;
}
.adyen-checkout__order-payment-method__details {
  padding: 0 16px 16px;
}
.adyen-checkout__order-payment-method__deducted-amount {
  display: flex;
  font-size: 1em;
  justify-content: space-between;
  line-height: 1em;
}
.adyen-checkout__order-payment-method__deducted-amount__label {
  font-size: 0.81em;
}
.adyen-checkout__order-payment-method__deducted-amount__value {
  font-weight: 500;
}
.adyen-checkout__order-remaining-amount {
  background: #ffeacc;
  border-radius: 6px;
  color: #7f4a00;
  display: block;
  font-size: 0.81em;
  margin-bottom: 16px;
  padding: 8px 16px;
  width: 100%;
}
.adyen-checkout__order-remaining-amount strong {
  font-weight: 700;
}
.adyen-checkout__status {
  align-items: center;
  background-color: #fff;
  border: 1px solid #d4d9db;
  border-radius: 6px;
  color: #00112c;
  display: flex;
  flex-direction: column;
  font-size: 1em;
  height: 350px;
  justify-content: center;
  margin: 0;
  padding: 32px;
  text-align: center;
}
.adyen-checkout__status__icon {
  margin-bottom: 24px;
}
.adyen-checkout__status .adyen-checkout__spinner__wrapper {
  max-height: 88px;
}
.adyen-checkout__dropin, .adyen-checkout__dropin *, .adyen-checkout__dropin :after, .adyen-checkout__dropin :before {
  box-sizing: border-box;
}
.adyen-checkout__payment-methods-list--loading {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.adyen-checkout__instant-payment-methods-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.adyen-checkout__instant-payment-methods-list li:not(:last-child) {
  margin-bottom: 8px;
}
.adyen-checkout__link {
  color: #0075ff;
  text-decoration: none;
}
.adyen-checkout__link:hover {
  text-decoration: underline;
}
.AchInput-module_sf-input__wrapper__lfdiv {
  position: relative;
}
.AchInput-module_sf-input__wrapper__lfdiv *, .AchInput-module_sf-input__wrapper__lfdiv :after, .AchInput-module_sf-input__wrapper__lfdiv :before {
  box-sizing: border-box;
}
.AchInput-module_adyen-checkout__input__8WwCR {
  display: block;
  max-height: 100px;
}
.adyen-checkout__loading-input__form {
  transition: opacity 0.25s ease-out;
}
.adyen-checkout__pm__holderName {
  margin-bottom: 0;
}
.adyen-checkout__fieldset__title + .adyen-checkout__ach-sf__form {
  margin-top: 0;
}
.adyen-checkout__ach-input .adyen-checkout__fieldset--address, .adyen-checkout__ach-sf__form {
  margin-top: 16px;
}
.adyen-checkout__ach-input .adyen-checkout__radio_group__input-wrapper:not(:last-child) {
  margin-bottom: 12px;
}
.adyen-checkout__loading-input__form {
  transition: opacity 0.25s ease-out;
}
.adyen-checkout-phone-input--new {
  direction: ltr;
}
.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper {
  width: 100%;
}
.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__input {
  height: auto;
  padding: 0;
}
.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__input:focus-within {
  border: 1px solid #0075ff;
}
.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__input:focus-within .adyen-checkout-dropdown--countrycode-selector {
  border-right: 1px solid #0075ff;
}
.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button {
  border: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  height: 35px;
  width: auto;
}
.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button:after {
  box-sizing: revert;
  height: 10px;
}
.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button--active, .adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button--active:hover {
  box-shadow: none;
}
.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout-input--phone-number {
  border: 1px solid transparent;
  height: 35px;
  line-height: 35px;
  min-height: 35px;
  padding-bottom: 0;
  padding-left: 15px;
  padding-top: 0;
}
.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout-input--phone-number:focus-within {
  border: 1px solid #0075ff;
  box-shadow: 0 0 0 2px #99c2ff;
}
.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout-dropdown--countrycode-selector {
  border-right: 1px solid #dce0e5;
  min-width: 144px;
  width: 144px;
}
.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout-input-holder--phone-input {
  align-items: center;
  display: flex;
}
.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout-phone-number {
  align-items: center;
  display: flex;
  flex: 3;
}
.adyen-checkout-phone-input--new .adyen-checkout-phone-input__error-holder {
  margin-top: -10px;
}
.adyen-checkout__await {
  background: #fff;
  border: 1px solid #d4d9db;
  border-radius: 12px;
  padding: 40px;
  text-align: center;
}
.adyen-checkout__await--result {
  padding: 100px;
}
.adyen-checkout__qr-loader--app {
  border: 0;
  border-radius: 0;
  padding: 0;
}
.adyen-checkout__await__brand-logo {
  border-radius: 3px;
  width: 74px;
}
.adyen-checkout__await__indicator-text, .adyen-checkout__await__subtitle {
  color: #00112c;
  font-size: 1em;
  line-height: 19px;
  margin-top: 32px;
}
.adyen-checkout__await__indicator-holder .adyen-checkout__await__indicator-text {
  margin-left: 10px;
  margin-top: 6px;
}
.adyen-checkout__await__indicator-holder {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 32px;
}
.adyen-checkout__await__subtitle--result {
  margin-bottom: 32px;
}
.adyen-checkout__await__icon {
  height: 88px;
  width: 88px;
}
.adyen-checkout__await__progress {
  background: #d4d9db;
  border-radius: 24px;
  height: 4px;
  margin: 32px auto 12px;
  width: 152px;
}
.adyen-checkout__await__percentage {
  background: #0075ff;
  border-radius: 24px;
  display: block;
  height: 100%;
}
.adyen-checkout__await__countdown {
  color: #687282;
  font-size: 0.81em;
}
.adyen-checkout__await > .adyen-checkout__spinner__wrapper {
  margin: 60px 0;
}
.adyen-checkout__await__app-link {
  display: none;
  margin-top: 16px;
}
@media only screen and (max-device-width: 1200px) {
  .adyen-checkout__await__app-link {
    display: block;
  }
}
.adyen-checkout__blik__helper {
  color: #00112c;
  font-size: 1em;
  font-weight: 400;
  margin: 0 0 16px;
  padding: 0;
}
.adyen-checkout__bankTransfer__introduction {
  color: #00112c;
  font-size: 0.81em;
  font-weight: 400;
  margin: 0 0 16px;
  padding: 0;
}
.adyen-checkout__bankTransfer__emailField {
  margin: 0 0 16px;
}
.adyen-checkout__bacs--confirm {
  position: relative;
}
.adyen-checkout__bacs--confirm .adyen-checkout-input__inline-validation--valid {
  display: none;
}
.adyen-checkout__bacs .adyen-checkout__field--inactive {
  pointer-events: none;
}
.adyen-checkout__bacs .adyen-checkout__bacs--edit {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -25px;
  width: 20%;
}
.adyen-checkout__bacs .adyen-checkout__bacs--edit-dropin {
  top: -50px;
}
.adyen-checkout__bacs .adyen-checkout__bacs--edit .adyen-checkout__bacs--edit-button {
  background: none;
  border: none;
  color: #0075ff;
  cursor: pointer;
  text-align: end;
  text-decoration: underline;
}
.adyen-checkout__voucher-result__introduction {
  font-size: 1em;
  max-width: 420px;
}
.adyen-checkout__klarna-widget {
  pointer-events: all;
}
.adyen-checkout__field--vpa {
  margin-bottom: 0;
}
.adyen-checkout__segmented-control {
  background: #fff;
  border: 1px solid #b9c4c9;
  border-radius: 6px;
  display: flex;
  gap: 4px;
  justify-content: space-between;
  padding: 4px 5px;
}
.adyen-checkout__segmented-control--disabled {
  pointer-events: none;
}
.adyen-checkout__segmented-control--disabled > .adyen-checkout__segmented-control-segment {
  color: #8390a3;
}
.adyen-checkout__segmented-control--disabled > .adyen-checkout__segmented-control-segment--selected {
  background: #f3f6f9;
  border: 1.5px solid #8390a3;
}
.adyen-checkout__segmented-control-segment {
  background: #fff;
  border: 0;
  border-radius: 6px;
  color: #0075ff;
  cursor: pointer;
  flex-grow: 1;
  font-weight: 500;
  height: 40px;
  text-align: center;
  transition: background 0.3s ease-out;
  width: 100%;
}
.adyen-checkout__segmented-control-segment:not(.adyen-checkout__segmented-control-segment--selected):hover {
  background-color: #f7f8f9;
}
.adyen-checkout__segmented-control-segment:active {
  background-color: #f7f8f9;
  border: 1.5px solid #687282;
}
.adyen-checkout__segmented-control-segment--selected {
  background: #e5f1ff;
  border: 1.5px solid #0075ff;
  color: #0075ff;
  font-weight: 700;
}
.adyen-checkout-radio-button {
  align-items: center;
  background: none;
  border: none;
  color: #00112c;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-size: 1em;
  font-weight: 400;
  max-width: 100%;
  padding: 4px;
}
.adyen-checkout-radio-button[aria-checked=false]:hover > .adyen-checkout-radio-button__radio {
  border-color: #99a3ad;
  box-shadow: 0 0 0 2px #d4d9db;
  cursor: pointer;
}
.adyen-checkout-radio-button__radio {
  background-color: #fff;
  border: 1px solid #b9c4c9;
  border-radius: 50%;
  height: 16px;
  transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out;
  width: 16px;
}
[dir=rtl] .adyen-checkout-radio-button__radio {
  left: auto;
  right: 16px;
}
.adyen-checkout-radio-button__radio:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  margin: 0 auto;
  position: relative;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease-out;
  width: 6px;
}
.adyen-checkout-radio-button__radio--selected {
  background-color: #0075ff;
  border: 0;
  transition: all 0.3s ease-out;
}
.adyen-checkout-radio-button__radio--selected:hover {
  box-shadow: 0 0 0 2px rgba(0, 102, 255, 0.4);
}
.adyen-checkout-radio-button__radio--selected:after {
  transform: translateY(-50%) scale(1);
}
.adyen-checkout-upi-app-item-header {
  padding: 6px 16px 6px 32px;
  position: relative;
}
.adyen-checkout-upi-app-item {
  cursor: pointer;
  margin-top: -1px;
  transition: opacity 0.3s ease-out;
  width: 100%;
}
.adyen-checkout-upi-app-item:first-child {
  margin-top: 0;
}
.adyen-checkout-upi-app-item--selected {
  cursor: default;
  transition: margin 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0ms, opacity 0.3s ease-out;
}
.adyen-checkout-upi-app-item .adyen-checkout-radio-button__radio {
  left: 0;
  position: absolute;
}
.adyen-checkout-upi-app-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.adyen-checkout-upi-app-list--loading {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.adyen-checkout_upi-mode-selection-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 7px;
  margin-top: 0;
}
.adyen-checkout__segmented-control--upi-margin-bottom {
  margin-bottom: 16px;
}
.adyen-checkout-upi-area-intent .adyen-checkout__button--pay {
  margin-top: 16px;
}
.adyen-checkout-upi-area-qr-code .adyen-checkout__button--pay {
  margin-top: 0;
}
.adyen-checkout-trustly {
  margin-bottom: 16px;
}
.adyen-checkout-trustly__descriptor {
  font-size: 1em;
  font-weight: 500;
  margin: 0 0 4px;
}
.adyen-checkout-trustly__description-list {
  font-size: 0.81em;
  line-height: 1.5;
  list-style-type: disc;
  margin: 0;
  padding-left: 20px;
}
.adyen-checkout-payme-instructions {
  color: #5c687c;
  font-size: 0.81em;
  line-height: 20px;
  text-align: center;
}
.adyen-checkout-payme-instructions__steps {
  list-style-position: inside;
  margin: 16px 0;
  padding-bottom: 8px;
  padding-inline-start: 0;
}
.adyen-checkout-paybybank_AIS_DD {
  margin-bottom: 16px;
}
.adyen-checkout-paybybank_AIS_DD__description-header {
  color: #00112c;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 4px;
}
.adyen-checkout-paybybank_AIS_DD__description-body {
  color: #687282;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  list-style-type: disc;
  margin: 0;
}
@media (max-width: 330px) {
  .adyen-checkout__payment-method--paybybank_AIS_DD .adyen-checkout__payment-method__brands {
    display: none;
  }
}
@media (max-width: 360px) {
  .adyen-checkout__payment-method--paybybank_AIS_DD .adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper:nth-child(2) {
    display: none;
  }
}
@media (max-width: 390px) {
  .adyen-checkout__payment-method--paybybank_AIS_DD .adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper:nth-child(3) {
    display: none;
  }
}
@media (max-width: 420px) {
  .adyen-checkout__payment-method--paybybank_AIS_DD .adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper:nth-child(4) {
    display: none;
  }
}
.adyen-checkout__payment-method--paybybank_AIS_DD .adyen-checkout__payment-method__brand-number {
  text-overflow: clip;
  white-space: nowrap;
}
.adyen-checkout-sr-panel {
  font-size: 0.75em;
  margin-bottom: 20px;
}
.adyen-checkout-sr-panel--sr-only {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.adyen-common-payment-method--adyen-web-components--MWcFr .adyen-checkout__dropdown__button {
  background: var(--color-white);
  border: 1px solid #9194ac;
  border-radius: 0.4rem;
  cursor: pointer;
  display: block;
  padding: 0 4rem 0 1.2rem;
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 4.8rem;
  display: flex;
}
.adyen-common-payment-method--adyen-web-components--MWcFr .adyen-checkout__dropdown__button option {
  background: var(--color-white);
}
.adyen-common-payment-method--adyen-web-components--MWcFr .adyen-checkout__dropdown__button:hover {
  background-color: var(--color-gray-100);
}
.adyen-common-payment-method--adyen-web-components--MWcFr .adyen-checkout__dropdown__button[disabled] {
  background: var(--color-white);
  color: #595c73;
  opacity: 1;
}
.adyen-common-payment-method--adyen-web-components--MWcFr .adyen-checkout__dropdown__button:invalid,
.adyen-common-payment-method--adyen-web-components--MWcFr .adyen-checkout__dropdown__button [disabled] {
  color: #595c73;
  border-color: #9194ac;
}
.adyen-common-payment-method--adyen-web-components--MWcFr .adyen-checkout__dropdown__button.adyen-common-payment-method--adyen-checkout__dropdown__button--invalid--juoMF {
  border-color: #d51c0f;
}
.adyen-common-payment-method--adyen-web-components--MWcFr .adyen-checkout__dropdown__button[aria-expanded='true']:hover {
  /*
         Since adyen has "search feature" in the dropdown, when you're hovering into after the click, left and right
         sides becomes gray and the middle does not take hover. For preventing this, we need to change the background
         */
  background-color: unset;
}
.adyen-common-payment-method--adyen-web-components--MWcFr .adyen-checkout__dropdown__list {
  border-radius: 0;
}
.adyen-common-payment-method--adyen-web-components--MWcFr .adyen-checkout__input {
  border: 1px solid #9194ac;
  border-radius: 0.4rem;
  -webkit-appearance: none;
  display: block;
  padding: 0 1.6rem;
  width: 100%;
  background-color: var(--color-white);
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  /* stylelint-disable-next-line no-descending-specificity */
}
.adyen-common-payment-method--adyen-web-components--MWcFr .adyen-checkout__input::-moz-placeholder {
  color: #595c73;
  opacity: 1;
}
.adyen-common-payment-method--adyen-web-components--MWcFr .adyen-checkout__input::-webkit-input-placeholder {
  color: #595c73;
}
.adyen-common-payment-method--adyen-web-components--MWcFr .adyen-checkout__input:hover:not(:disabled) {
  background-color: var(--color-gray-100);
}
.adyen-common-payment-method--adyen-web-components--MWcFr .adyen-checkout__input:focus:not(:disabled) {
  background-color: var(--color-white);
  border-color: #6d28d2;
  /* stylelint-disable-next-line unit-disallowed-list */
  box-shadow: inset 0 0 0 0.5px #6d28d2;
}
.adyen-common-payment-method--adyen-web-components--MWcFr .adyen-checkout__icon {
  vertical-align: unset;
}
.adyen-common-payment-method--adyen-web-components--MWcFr .adyen-checkout__card__brands img {
  position: absolute;
}
.adyen-common-payment-method--adyen-web-components--MWcFr .adyen-checkout__card__holderName__input {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: initial;
}
.adyen-common-payment-method--adyen-web-components--MWcFr .adyen-checkout__field__exp-date_hint_wrapper {
  display: none;
}
.adyen-common-payment-method--adyen-web-components--MWcFr .adyen-checkout__card__cvc__hint__wrapper {
  display: none;
}
.adyen-common-payment-method--adyen-cvc-form--info--oIgxC {
  margin-bottom: 0.8rem;
}
.adyen-common-payment-method--adyen-cvc-form--input--4-YYq {
  border: 1px solid #9194ac;
  border-radius: 0.4rem;
  -webkit-appearance: none;
  display: block;
  padding: 0 1.6rem;
  width: 100%;
  background-color: var(--color-white);
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  /* stylelint-disable-next-line no-descending-specificity */
}
.adyen-common-payment-method--adyen-cvc-form--input--4-YYq::-moz-placeholder {
  color: #595c73;
  opacity: 1;
}
.adyen-common-payment-method--adyen-cvc-form--input--4-YYq::-webkit-input-placeholder {
  color: #595c73;
}
.adyen-common-payment-method--adyen-cvc-form--input--4-YYq:hover:not(:disabled) {
  background-color: var(--color-gray-100);
}
.adyen-common-payment-method--adyen-cvc-form--input--4-YYq:focus:not(:disabled) {
  background-color: var(--color-white);
  border-color: #6d28d2;
  /* stylelint-disable-next-line unit-disallowed-list */
  box-shadow: inset 0 0 0 0.5px #6d28d2;
}
.adyen-common-payment-method--adyen-stored-payment-method--content--sxmRb {
  margin-top: 1.6rem;
}

@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1232px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 1153px) {
}.payment-credit-card--payment-credit-card--ZwAxf {
  display: flex;
  justify-content: space-between;
}
.payment-credit-card--payment-credit-card--ZwAxf section {
  display: flex;
  flex-direction: column;
}
.payment-credit-card--payment-credit-card--ZwAxf section h4 {
  margin-bottom: 1.2rem;
}

@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1232px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 1153px) {
}.payment-installment--installments--n-KQE {
  margin-top: 1.6rem;
}
.payment-installment--installments--n-KQE .payment-installment--installments--info--QsrNc .payment-installment--icon--hArqG {
  margin-right: 0.4rem;
}
.payment-installment--installments--n-KQE .payment-installment--input-row--E6yF1 {
  margin-bottom: 1.6rem;
}

@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1232px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 1153px) {
}.dlocal-payment-method--payment-method-terms--container--m5xW- {
  display: flex;
  flex-direction: column;
}
.dlocal-payment-method--payment-method-terms--container--m5xW- .dlocal-payment-method--payment-method-term--element--LJl5y {
  margin-bottom: 1.6rem;
}
.dlocal-payment-method--payment-method-terms--container--m5xW- .dlocal-payment-method--payment-method-term--element--LJl5y:last-child {
  margin-bottom: 0;
}
.dlocal-payment-method--dlocal-credit-card--jGD7i .ud-form-group {
  max-width: unset;
}
.dlocal-payment-method--dlocal-credit-card--jGD7i .dlocal-payment-method--input-row--OlacZ {
  margin-bottom: 1.6rem;
}
.dlocal-payment-method--dlocal-credit-card--jGD7i .dlocal-payment-method--input-container--22Ieq {
  display: flex;
  flex-direction: row;
}
.dlocal-payment-method--dlocal-credit-card--jGD7i .dlocal-payment-method--input-container--22Ieq .dlocal-payment-method--input-row--OlacZ {
  flex: 1;
  min-width: 0;
  margin-right: 1.6rem;
}
.dlocal-payment-method--dlocal-credit-card--jGD7i .dlocal-payment-method--input-container--22Ieq .dlocal-payment-method--input-row--OlacZ:last-child {
  margin-right: 0;
}
@media (max-width: 37.5rem) {
  .dlocal-payment-method--dlocal-credit-card--jGD7i .dlocal-payment-method--input-container--22Ieq {
    flex-direction: column;
  }
  .dlocal-payment-method--dlocal-credit-card--jGD7i .dlocal-payment-method--input-container--22Ieq .dlocal-payment-method--input-row--OlacZ {
    margin-right: 0;
  }
}

@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1232px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 1153px) {
}

@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1232px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 1153px) {
}.paypal-payment-method--paypal-payment-method--content--ReiKH {
  margin: 0;
}

@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1232px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 1153px) {
}.afterpay-bnpl-billing-information-form--bnpl-method-form--container--LVJjZ {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.afterpay-bnpl-billing-information-form--bnpl-method-form--container--LVJjZ .ud-form-group {
  max-width: unset;
}
.afterpay-bnpl-billing-information-form--bnpl-method-form--container--LVJjZ .afterpay-bnpl-billing-information-form--bnpl-method-form--input-row--fK4O3 {
  margin-bottom: 1.6rem;
}
.afterpay-bnpl-billing-information-form--bnpl-method-form--container--LVJjZ .afterpay-bnpl-billing-information-form--bnpl-method-form--input-container--RFXub {
  display: flex;
  flex-direction: row;
}
.afterpay-bnpl-billing-information-form--bnpl-method-form--container--LVJjZ .afterpay-bnpl-billing-information-form--bnpl-method-form--input-container--RFXub .afterpay-bnpl-billing-information-form--bnpl-method-form--input-row--fK4O3 {
  flex: 1;
  min-width: 0;
  margin-right: 1.6rem;
}
.afterpay-bnpl-billing-information-form--bnpl-method-form--container--LVJjZ .afterpay-bnpl-billing-information-form--bnpl-method-form--input-container--RFXub .afterpay-bnpl-billing-information-form--bnpl-method-form--input-row--fK4O3:last-child {
  margin-right: 0;
}
@media (max-width: 37.5rem) {
  .afterpay-bnpl-billing-information-form--bnpl-method-form--container--LVJjZ .afterpay-bnpl-billing-information-form--bnpl-method-form--input-container--RFXub {
    flex-direction: column;
  }
  .afterpay-bnpl-billing-information-form--bnpl-method-form--container--LVJjZ .afterpay-bnpl-billing-information-form--bnpl-method-form--input-container--RFXub .afterpay-bnpl-billing-information-form--bnpl-method-form--input-row--fK4O3 {
    margin-right: 0;
  }
}

@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1232px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 1153px) {
}.stripe-hosted-bnpl-method-payment-timeline--timeline--bvb6f {
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  flex-shrink: 0;
  border-style: solid;
  border-width: 0;
  position: relative;
  z-index: 0;
  min-height: 0;
  min-width: 0;
  background-color: transparent;
  border-radius: 16px;
  width: 100%;
  padding: 0 0 2rem;
}
.stripe-hosted-bnpl-method-payment-timeline--list--mIRM1 {
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-shrink: 0;
  border-style: solid;
  border-width: 0;
  position: relative;
  z-index: 0;
  min-height: 0;
  min-width: 0;
  width: 100%;
  justify-content: space-between;
  align-self: center;
}
.stripe-hosted-bnpl-method-payment-timeline--listItemSelected--D64FO {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 0.1rem 0.1rem 7.667rem;
  border-style: solid;
  border-width: 0;
  position: relative;
  z-index: 0;
  min-height: 0;
  min-width: 5.5rem;
  background-color: #f6f7f9;
  border-radius: 16px;
  padding: 0.8rem 0.5rem;
  width: 100%;
}
.stripe-hosted-bnpl-method-payment-timeline--listItemNotSelected--9IK4u {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 0.1rem 0.1rem 7.667rem;
  border-style: solid;
  border-width: 0;
  position: relative;
  z-index: 0;
  min-height: 0;
  min-width: 5.5rem;
  background-color: transparent;
  border-radius: 16px;
  padding: 0.8rem 0.5rem;
  width: 100%;
}
.stripe-hosted-bnpl-method-payment-timeline--item--eq5DI {
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  flex-shrink: 1;
  border-style: solid;
  border-width: 0;
  position: relative;
  z-index: 0;
  min-height: 0;
  min-width: 0;
}
.stripe-hosted-bnpl-method-payment-timeline--svgHeight--t2ysD {
  height: 4.5rem;
}
.stripe-hosted-bnpl-method-payment-timeline--amount--4-jCS {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 1 1 auto;
  border-style: solid;
  border-width: 0;
  position: relative;
  z-index: 0;
  min-height: 0;
  min-width: 0;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  margin-left: 0;
}
.stripe-hosted-bnpl-method-payment-timeline--amountMoneySelected--ozqcS {
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-rendering: geometricprecision;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  text-align: center;
  direction: ltr;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.5rem;
  letter-spacing: 0;
  color: #111116;
  text-size-adjust: none;
}
.stripe-hosted-bnpl-method-payment-timeline--amountMoneyNotSelected--x1UN7 {
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-rendering: geometricprecision;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  text-align: center;
  direction: ltr;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.5rem;
  letter-spacing: 0;
  color: #9194ac;
  text-size-adjust: none;
}
.stripe-hosted-bnpl-method-payment-timeline--amountTimeSelected--4Mv6j {
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-rendering: geometricprecision;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  text-align: center;
  direction: ltr;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0;
  color: #111116;
  text-size-adjust: none;
}
.stripe-hosted-bnpl-method-payment-timeline--amountTimeNotSelected--ka2eD {
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-rendering: geometricprecision;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  text-align: center;
  direction: ltr;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0;
  color: #9194ac;
  text-size-adjust: none;
}

@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1232px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 1153px) {
}body.ud-keyboard-navigation-in-use .ud-text-input.StripeElement--focus {
  /* stylelint-disable unit-disallowed-list */
  box-shadow: 0 0 0 2px var(--color-white), 0 0 0 4px var(--color-purple-400), 0 0 2px 5px var(--color-purple-150);
  /* stylelint-enable unit-disallowed-list */
}
.stripe-payment-method--stripe-credit-card--6bzHl .StripeElement {
  padding-top: 1.2rem;
}
.stripe-payment-method--stripe-credit-card--6bzHl .ud-form-group {
  max-width: unset;
}
.stripe-payment-method--stripe-credit-card--6bzHl .stripe-payment-method--input-row--FXomI {
  margin-bottom: 1.6rem;
}
.stripe-payment-method--stripe-credit-card--6bzHl .stripe-payment-method--input-container--Pc8ns {
  display: flex;
  flex-direction: row;
}
.stripe-payment-method--stripe-credit-card--6bzHl .stripe-payment-method--input-container--Pc8ns .stripe-payment-method--input-row--FXomI {
  flex: 1;
  min-width: 0;
  margin-right: 1.6rem;
}
.stripe-payment-method--stripe-credit-card--6bzHl .stripe-payment-method--input-container--Pc8ns .stripe-payment-method--input-row--FXomI:last-child {
  margin-right: 0;
}
@media (max-width: 37.5rem) {
  .stripe-payment-method--stripe-credit-card--6bzHl .stripe-payment-method--input-container--Pc8ns {
    flex-direction: column;
  }
  .stripe-payment-method--stripe-credit-card--6bzHl .stripe-payment-method--input-container--Pc8ns .stripe-payment-method--input-row--FXomI {
    margin-right: 0;
  }
}
.stripe-payment-method--stripe-credit-card--6bzHl .stripe-payment-method--disclaimer--IvlNJ {
  color: #595c73;
}
.stripe-payment-method--team-plan-overrides--stripe-credit-card--k3VEq .stripe-payment-method--input-row--FXomI {
  margin-bottom: 2.4rem;
}
.stripe-payment-method--stripe-credit-card-field-error-text--W-eRI {
  align-items: center;
  color: #d51c0f;
  display: flex;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 0.4rem;
}

.billing-panel--billing-panel-container--rfKtg {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.billing-panel--billing-panel-container--rfKtg .billing-panel--billing-panel-title--VBTPT {
  border: 1px solid #d1d2e0;
  padding: 2.4rem;
  background-color: #f6f7f9;
}
.billing-panel--billing-panel-container--rfKtg .billing-panel--billing-panel-content--V2Zht {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  border: 1px solid #d1d2e0;
  border-top: none;
  background-color: #fff;
  height: auto;
  padding: 2.4rem;
}
.billing-panel--billing-panel-container--rfKtg .billing-panel--billing-panel-content--V2Zht .billing-panel--billing-panel-footer--5ZOp2 {
  margin-top: 3.2rem;
  color: #595c73;
}

.text-skeleton-module--text-skeleton--dqeyo {
  max-width: 48rem;
}
.text-skeleton-module--title--O-Ahm {
  height: 3.2rem;
  margin-bottom: 1.6rem;
  border-radius: 0.8rem;
}
.text-skeleton-module--line--Au2ex {
  height: 1.6rem;
  border-radius: 0.8rem;
}
.text-skeleton-module--line--Au2ex + .text-skeleton-module--line--Au2ex {
  margin-top: 0.4rem;
}
.text-skeleton-module--not-justified--EYR8y .text-skeleton-module--line--Au2ex:last-child {
  width: 60%;
}

.block-module--block--Tqs0a {
  background: var(--color-loading-block, var(--color-gray-150));
  display: block;
}

.skeleton-module--skeleton--7T3hc {
  position: relative;
  overflow: hidden;
}
.skeleton-module--shine--rhamL {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-8rem);
  animation: skeleton-module--shine--rhamL 1200ms linear 1200ms infinite;
}
.skeleton-module--shine--rhamL::before {
  --zero-percent: 0%;
  /* stylelint-disable-next-line max-line-length */
  background-image: linear-gradient(to right, color-mix(in sRGB, var(--color-loading-shine, var(--color-white)) var(--zero-percent), transparent), var(--color-loading-shine, var(--color-white)));
  content: '';
  display: block;
  width: 8rem;
  height: 100%;
}
@keyframes skeleton-module--shine--rhamL {
  0% {
    transform: translateX(-8rem);
  }
  40%,
  100% {
    transform: translateX(100%);
  }
}

.toast-module--container--f7Uf7 {
  width: 100%;
  transform: translateX(100%);
  transition: transform 250ms cubic-bezier(0, 0, 0.38, 0.9);
  border-radius: 1.6rem;
  box-shadow: 0 2px 4px rgba(6, 17, 118, 0.08), 0 4px 12px rgba(6, 17, 118, 0.08);
}
.toast-module--container--f7Uf7.toast-module--visible--A2iXm {
  transform: translateX(0);
}

.payment-method--payment-method--container--kpdRv {
  margin-bottom: 2.8rem;
}
.payment-method--payment-method--container--kpdRv .payment-method--payment-method--header--aSCdm {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}
.payment-method--payment-method--container--kpdRv .payment-method--payment-method--header--aSCdm h2 {
  margin-top: 0.4rem;
}
.payment-method--payment-method--container--kpdRv .payment-method--payment-method--header--aSCdm .payment-method--secure-connection--BiyX4 {
  display: flex;
  align-items: center;
  color: #595c73;
  text-align: center;
}
.payment-method--payment-method--container--kpdRv .payment-method--payment-method--header--aSCdm .payment-method--secure-connection--BiyX4 span {
  margin-top: 0.4rem;
  margin-right: 0.4rem;
  text-decoration: underline;
  text-decoration-style: dotted;
  font-size: 1.4rem;
}
.payment-method--payment-method--container--kpdRv .payment-method--payment-method--header--aSCdm .payment-method--secure-connection--BiyX4 > div:first-child {
  margin-top: 0.4rem;
}
@media (max-width: 23.4375rem) {
  .payment-method--payment-method--container--kpdRv .payment-method--payment-method--header--aSCdm > h2 {
    font-size: clamp(1.65rem, calc(1.65rem + (1.8 - 1.65) * calc((100vw - 36rem) / (144 - 36))), 1.8rem);
  }
}
.payment-method--payment-method--container--kpdRv .payment-method--payment-method-content--Va9Tc .payment-method--payment-method-panel--huD21 {
  border-left: 1px solid #d1d2e0;
  border-right: 1px solid #d1d2e0;
}
.payment-method--payment-method--container--kpdRv .payment-method--payment-method-content--Va9Tc .payment-method--payment-method-panel--huD21 .ud-accordion-panel-toggler {
  background: #f6f7f9;
  padding: 0.8rem;
}
.payment-method--payment-method--container--kpdRv .payment-method--payment-method-content--Va9Tc .payment-method--payment-method-panel--huD21 .ud-accordion-panel-content {
  border-top: 1px solid #d1d2e0;
  padding: 1.8rem 1.8rem;
}
.payment-method--payment-method--container--kpdRv .payment-method--payment-method-content--Va9Tc .payment-method--payment-method-panel--huD21 .ud-accordion-panel-heading {
  max-width: none;
}
.payment-method--payment-method--container--kpdRv .payment-method--payment-method-content--Va9Tc .payment-method--payment-method-panel--huD21 .ud-accordion-panel-title {
  align-items: center;
}
.payment-method--payment-method--container--kpdRv .payment-method--payment-method-content--Va9Tc .payment-method--payment-method-panel--huD21 .payment-method--payment-method-panel--option-radio--G7X27 {
  top: 0;
}
.payment-method--payment-method--container--kpdRv .payment-method--payment-method-content--Va9Tc .payment-method--payment-method-panel--huD21 span[data-checked='checked'] ~ .ud-accordion-panel-toggler .payment-method--payment-method-panel--option-radio--G7X27 {
  background: #303141;
  box-shadow: 0 0 0 0.2rem #fff inset;
}
@media (max-width: 23.4375rem) {
  .payment-method--payment-method--container--kpdRv {
    margin-bottom: 4rem;
  }
}
@media (max-width: 37.5rem) {
  .payment-method--team-plan-overrides--payment-method--container--32aaS .payment-method--payment-method--header--aSCdm > h2 {
    font-size: clamp(1.65rem, calc(1.65rem + (1.8 - 1.65) * calc((100vw - 36rem) / (144 - 36))), 1.8rem);
  }
}
.payment-method--team-plan-overrides--payment-method--container--32aaS .payment-method--payment-method-content--Va9Tc .payment-method--payment-method-panel--huD21 .ud-accordion-panel-toggler {
  padding: 1.6rem;
}
.payment-method--team-plan-overrides--payment-method--container--32aaS .payment-method--payment-method-content--Va9Tc .payment-method--payment-method-panel--huD21 .ud-accordion-panel-content {
  padding: 1.6rem;
}
@media (max-width: 37.5rem) {
  .payment-method--team-plan-overrides--payment-method--container--32aaS {
    margin-bottom: 3.2rem;
  }
}
.payment-method--payment-method--loader--kxgdi {
  display: flex;
  justify-content: center;
  height: 35rem;
}
.payment-method--payment-method-hidden--NucAP {
  display: none;
}

.panel-module--panel--y3M0v {
  padding: 1.6rem;
  display: inline-block;
  border: 1px solid #d1d2e0;
  border-radius: 1.6rem;
  box-shadow: 0 2px 4px rgba(6, 17, 118, 0.08), 0 4px 12px rgba(6, 17, 118, 0.08);
}
.panel-module--inverted--Cy7pU {
  box-shadow: 0 -2px 4px rgba(6, 17, 118, 0.08), 0 -4px 12px rgba(6, 17, 118, 0.08);
}
.panel-module--no-border--tAr0W {
  border: none;
}
.panel-module--medium-padding--dMOef {
  padding: 2.4rem;
}

.tooltip-module--tooltip--zlsMw {
  background-color: #1d1e27;
  border: 1px solid #9194ac;
  border-radius: 0.4rem;
  box-shadow: 0 2px 4px rgba(6, 17, 118, 0.08), 0 4px 12px rgba(6, 17, 118, 0.08);
  color: #fff;
  padding: 0.8rem;
  max-width: 24rem;
  width: max-content;
}
.tooltip-module--white--rM-Ra {
  background-color: #fff;
  border-color: #d1d2e0;
  color: #303141;
}

@keyframes popper-module--pop-in--UYCRb {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.popper-module--popper--mM5Ie {
  position: relative;
}
.popper-module--popper-content--XE9z5 {
  display: none;
  position: absolute;
  z-index: 1000;
}
.popper-module--popper-content--XE9z5.ud-popper-open,
.popper-module--popper-checkbox--EcD50[data-checked='checked'] ~ .popper-module--popper-content--XE9z5 {
  display: block;
}
/* Split the content wrapper into two layers, so each can independently set a `transform` property */
.popper-module--animation-wrapper--tM0UK {
  opacity: 0;
  animation: popper-module--pop-in--UYCRb 100ms cubic-bezier(0.2, 0, 0.38, 0.9) forwards;
}

.accordion-panel-module--panel--Eb0it {
  border-top: 1px solid #d1d2e0;
}
.accordion-panel-module--panel--Eb0it:last-child {
  border-bottom: 1px solid #d1d2e0;
}
.accordion-panel-module--panel-toggler--WUiNu {
  color: #303141 !important;
  display: block;
  text-align: left;
  white-space: normal;
  width: 100%;
}
.accordion-panel-module--panel-toggler--WUiNu[aria-disabled='true'] {
  cursor: inherit;
  opacity: 1;
}
.accordion-panel-module--outer-panel-toggler--Pxwxc {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.6rem 0;
}
.accordion-panel-module--panel--Eb0it .ud-accordion-panel-heading,
.accordion-panel-module--panel--Eb0it .ud-accordion-panel-title {
  display: flex;
  flex: 1;
}
.accordion-panel-module--panel--Eb0it .accordion-panel-module--outer-panel-toggler--Pxwxc .accordion-panel-module--expand-icon--knJ5Q {
  margin-left: 1.6rem;
  transition: transform 150ms linear;
}
.accordion-panel-module--panel--Eb0it span[data-checked='checked'] ~ .accordion-panel-module--outer-panel-toggler--Pxwxc .accordion-panel-module--expand-icon--knJ5Q {
  transform: rotate(-180deg);
}
.accordion-panel-module--content-wrapper--TkHqe {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.accordion-panel-module--static-panel--SQzLx .accordion-panel-module--content-wrapper--TkHqe,
.accordion-panel-module--panel--Eb0it span[data-checked='checked'] ~ .accordion-panel-module--content-wrapper--TkHqe {
  max-height: none;
  overflow: visible;
  visibility: visible;
}
.accordion-panel-module--content--0dD7R {
  padding: 0.8rem 0 1.6rem 0;
}

.edit-billing-information-modal--edit-billing-button-row--I5Gtr {
  display: flex;
  justify-content: end;
}
.edit-billing-information-modal--edit-billing-button-row--I5Gtr > :first-child {
  margin-right: 0.4rem;
}
.edit-billing-information-modal--billing-information-warning-message--Atf-h {
  margin-top: 0.4rem;
  margin-bottom: 2.4rem;
}

.modal-module--dialog-container--URcz3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1030;
  overflow-y: auto;
}
.modal-module--dialog-container--URcz3 .ud-modal-title {
  padding: 0 3.6rem 2.4rem 0;
  margin: 0;
}
.modal-module--dialog-container--URcz3 .modal-module--overlay--s-VCU {
  position: absolute;
}
.modal-module--dialog--RY4TX {
  flex: 1;
  border-radius: 1.6rem;
  background: #fff;
  padding: 2.4rem;
  position: relative;
  z-index: 1030;
}
.modal-module--scroll-wrapper--iM5fJ {
  min-height: 100%;
  position: relative;
}
.modal-module--title-spacer--WvRqi {
  min-height: 4.8rem;
}
.modal-module--close-button--5qGwc {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
}
.modal-module--full-size--fFXUs,
.modal-module--default-size--NPjkt {
  outline-offset: -4px;
  min-height: 100vh;
}
.modal-module--dialog-loading--4fDb5 {
  background: transparent !important;
  color: var(--color-white) !important;
  flex: 1 !important;
  max-width: none !important;
  margin: 0 !important;
  outline-offset: -4px;
  padding: 0 !important;
  pointer-events: none !important;
}
.modal-module--dialog-loading--4fDb5 .modal-module--close-button--5qGwc {
  background: transparent !important;
}
.modal-module--dialog-loading--4fDb5 .modal-module--close-button--5qGwc .ud-icon {
  color: var(--color-white);
}
.modal-module--dialog-loading--4fDb5 .modal-module--loader--AxRGy {
  color: var(--color-white);
  height: 100vh;
}
@media (min-width: 37.5625rem) {
  .modal-module--desktop-centered--IG2j0 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .modal-module--default-size--NPjkt {
    max-width: 60rem;
    min-height: 0;
    margin: 10vh 0;
    outline-offset: 0;
  }
}
@media (max-width: 37.5rem) {
  .modal-module--dialog-container--URcz3 .modal-module--overlay--s-VCU {
    transition: none !important;
  }
  .modal-module--dialog--RY4TX {
    border-radius: 0;
  }
  .modal-module--dialog--RY4TX .ud-footer-btns {
    background: var(--color-white);
    box-shadow: 0 -2px 4px rgba(6, 17, 118, 0.08), 0 -4px 12px rgba(6, 17, 118, 0.08);
    padding: 1.6rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  .modal-module--dialog--RY4TX .ud-footer-btns-spacer {
    display: block;
    height: 9.6rem;
  }
}

/* stylelint-disable max-line-length */
.full-page-overlay-module--full-page-overlay--LdwKq {
  --ud-btn-focus-color: inherit;
  --ud-btn-focus-background-color: rgba(29, 30, 39, 0.8);
  background: rgba(29, 30, 39, 0.8);
  left: 0;
  opacity: 0;
  transform: scale(0);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  /* prettier-ignore */
  transition: opacity 100ms linear, transform 0ms linear 100ms;
  z-index: 1030;
}
.full-page-overlay-module--unclickable--99vrZ {
  cursor: default;
}
/* prettier-ignore */
.ud-full-page-overlay-checkbox[data-checked='checked'] ~ .full-page-overlay-module--full-page-overlay--LdwKq,
.ud-full-page-overlay-checkbox[data-checked='checked'] ~ .ud-full-page-overlay-container .full-page-overlay-module--full-page-overlay--LdwKq {
  opacity: 1;
  transform: scale(1);
  transition: opacity 100ms linear;
}

.active-payment-method--active-payment-method-panel--8Zv8X .active-payment-method--card-icon--xJnks {
  max-width: 4.2rem;
  height: 2.8rem;
  border: 1px solid #d1d2e0;
  border-radius: 4px;
  background: #fff;
}
.active-payment-method--active-payment-method-panel--8Zv8X .active-payment-method--active-payment-method-row--icXax {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0.4rem;
}
.active-payment-method--active-payment-method-panel--8Zv8X .active-payment-method--active-payment-method-row--icXax > :first-child {
  margin-right: 0.8rem;
}
.active-payment-method--active-payment-method-panel--8Zv8X button {
  margin-top: 1.6rem;
}

@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1232px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 1153px) {
}.app-module--purchase-history-container--ttyGq {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}
.app-module--purchase-history--main-title--mws-d {
  margin-bottom: 2.4rem;
}
.app-module--purchase-history-table-container--afv2K {
  overflow-x: auto;
  min-height: 0.01%;
}
.app-module--purchase-history-table--NqLGa {
  border-spacing: 0;
  margin-bottom: 2.4rem;
  width: 100%;
}
.app-module--purchase-history-table--NqLGa tr > th,
.app-module--purchase-history-table--NqLGa td {
  color: #595c73;
  line-height: 1.4;
}
@media (min-width: 43.8125rem) {
  .app-module--purchase-history-table--NqLGa tr > th,
  .app-module--purchase-history-table--NqLGa tr > td {
    border-bottom: 1px solid #d1d2e0;
    text-align: left;
  }
  .app-module--purchase-history-table--NqLGa thead > tr > th {
    overflow: hidden;
    vertical-align: top;
    white-space: nowrap;
  }
}
@media (min-width: 43.8125rem) and (min-width: 61.3125rem) {
  .app-module--purchase-history-table--NqLGa tr > th,
  .app-module--purchase-history-table--NqLGa tr > td {
    padding: 1.6rem;
  }
}
@media (min-width: 43.8125rem) and (max-width: 61.25rem) {
  .app-module--purchase-history-table--NqLGa tr > th,
  .app-module--purchase-history-table--NqLGa tr > td {
    padding: 0.8rem;
  }
}
@media (max-width: 43.75rem) {
  .app-module--purchase-history-table--NqLGa table,
  .app-module--purchase-history-table--NqLGa thead,
  .app-module--purchase-history-table--NqLGa tbody,
  .app-module--purchase-history-table--NqLGa th,
  .app-module--purchase-history-table--NqLGa td,
  .app-module--purchase-history-table--NqLGa tr {
    display: block;
  }
  .app-module--purchase-history-table--NqLGa thead tr {
    display: none;
  }
  .app-module--purchase-history-table--NqLGa tr {
    border-bottom: 1px solid #d1d2e0;
  }
  .app-module--purchase-history-table--NqLGa tr:first-child > td {
    margin-top: 0;
  }
  .app-module--purchase-history-table--NqLGa td {
    border: none;
    position: relative;
    margin-bottom: 1.6rem;
  }
  .app-module--purchase-history-table--NqLGa td:first-child {
    margin-top: 1.6rem;
  }
  .app-module--purchase-history-table--NqLGa td .app-module--purchase-history-table--data-cell--lUBz6 {
    display: flex;
  }
  .app-module--purchase-history-table--NqLGa td .app-module--purchase-history-table--data-cell--lUBz6 .app-module--purchase-history-table--data-cell--collapsed-header--x-WWl {
    align-self: center;
    min-width: 10rem;
    width: 30%;
  }
  .app-module--purchase-history-table--NqLGa td .app-module--purchase-history-table--data-cell--lUBz6 > p {
    margin: 0 auto;
  }
}
.app-module--billing-history-table-overrides--hkcby tr > th,
.app-module--billing-history-table-overrides--hkcby td {
  color: #303141;
}
@media (min-width: 43.8125rem) {
  .app-module--billing-history-table-overrides--hkcby tr > th,
  .app-module--billing-history-table-overrides--hkcby tr > td {
    padding: 1.6rem 1.6rem 1.6rem 0;
  }
  .app-module--billing-history-table-overrides--hkcby tr > th:last-child,
  .app-module--billing-history-table-overrides--hkcby tr > td:last-child {
    padding-right: 0;
  }
}
.app-module--default-style--HMi2O tr > th,
.app-module--default-style--HMi2O td {
  color: #303141;
}
.app-module--default-style--HMi2O .app-module--purchase-details--text-container--zGrOO {
  margin: 0 !important;
}
.app-module--default-style--HMi2O .app-module--purchase-history-table--sub-row--wXETH td {
  border-top: none !important;
}
@media (min-width: 43.8125rem) {
  .app-module--default-style--HMi2O tbody > tr:last-child td {
    border-bottom: 1px solid #d1d2e0;
  }
  .app-module--default-style--HMi2O tr > th,
  .app-module--default-style--HMi2O tr > td {
    border-bottom: none;
    padding: 1.6rem 1.6rem 1.6rem 0;
  }
  .app-module--default-style--HMi2O tr > th:last-child,
  .app-module--default-style--HMi2O tr > td:last-child {
    padding-right: 0;
  }
  .app-module--default-style--HMi2O tr > td {
    border-top: 1px solid #d1d2e0;
  }
}
@media (max-width: 43.75rem) {
  .app-module--default-style--HMi2O {
    margin-top: 1.6rem;
  }
  .app-module--default-style--HMi2O tbody > tr:first-child > td {
    margin-top: 1.6rem;
  }
  .app-module--default-style--HMi2O tbody > tr:last-child td:last-child {
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #d1d2e0;
  }
  .app-module--default-style--HMi2O tr {
    border-top: 1px solid #d1d2e0;
    border-bottom: none;
  }
  .app-module--default-style--HMi2O .app-module--purchase-history-table--sub-row--wXETH {
    border-top: none !important;
  }
  .app-module--default-style--HMi2O .app-module--purchase-history-table--sub-row--wXETH td .app-module--purchase-history-table--data-cell--collapsed-header--x-WWl {
    visibility: hidden;
  }
}
.app-module--purchase-history-table--empty-page--container--bg5bW {
  align-items: center;
  color: #595c73;
  margin-top: 4.8rem;
  text-align: center;
}
.app-module--purchase-history-table--empty-page--container--bg5bW .app-module--purchase-history-table--empty-page--icon-container--2TN-q {
  align-items: center;
  background: #f6f7f9;
  border-radius: 100rem;
  display: flex;
  justify-content: center;
  margin: 0 auto 1.6rem auto;
  width: 5.2rem;
  height: 5.2rem;
}
.app-module--description-subtitle--olG1L {
  color: #595c73;
}
.app-module--purchase-history-table--alert-banner-container--gWZ8M {
  margin-top: 1.6rem;
}
.app-module--purchase-history-table--loading-spinner--F30Py {
  margin-top: 9.6rem;
  margin-bottom: 9.6rem;
}
.app-module--purchase-details--details-visual-container--Tn1U8 {
  align-items: center;
  display: flex;
}
.app-module--purchase-details--details-visual-container--Tn1U8 .app-module--purchase-details--text--m6END {
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}
@media (min-width: 43.8125rem) {
  .app-module--purchase-details--details-visual-container--Tn1U8 .app-module--purchase-details--text--m6END {
    max-width: 40rem;
  }
}
.app-module--purchase-details--details-visual-container--Tn1U8 .app-module--purchase-details--content-title-text--IWhnt {
  color: #303141;
}
.app-module--purchase-details--details-visual-container--Tn1U8 .app-module--purchase-details--content-normal-text--4Sms9 {
  color: #595c73;
}
.app-module--purchase-history-table--main-row--NXnT- .app-module--purchase-details--text-container--zGrOO {
  margin: auto 0 auto 2.4rem;
}
@media (min-width: 43.8125rem) {
  .app-module--purchase-history-table--main-row--NXnT- td:first-child {
    padding-left: 0;
  }
}
@media (min-width: 43.8125rem) {
  .app-module--purchase-history-table--sub-row--wXETH .app-module--purchase-details--text-container--zGrOO {
    margin: auto 0 auto 4.8rem;
  }
  .app-module--purchase-history-table--sub-row--wXETH td:first-child {
    padding-left: 0;
  }
}
.app-module--positive-text--QFmkz {
  color: #206241;
}
.app-module--negative-text--vfBxi {
  color: #d51c0f;
}
.app-module--centered-text--lWOsq {
  text-align: center;
}
.app-module--popover-information-badge--XdL00 {
  display: inline-block;
  width: 100%;
}
.app-module--popover-information-badge--badge--MGQDT {
  background: #d1d2e0;
  color: #303141;
  padding: 0.4rem 0.8rem;
  text-align: center;
}
.app-module--external-link-button--E1y12 {
  width: 100%;
}
.app-module--card-icon--E6ZyY {
  max-width: 4.2rem;
  height: 2.8rem;
  border: 1px solid #d1d2e0;
  border-radius: 4px;
  background: #fff;
}

@container ud-content-area (min-width: 553px) {
}
@container ud-content-area (min-width: 653px) {
}
@container ud-content-area (min-width: 1153px) {
}
@container ud-content-area (min-width: 1153px) {
}
@container ud-content-area (min-width: 1232px) {
}
@container ud-content-area (min-width: 553px) {
}
@container ud-content-area (min-width: 653px) {
}
@container ud-content-area (min-width: 933px) {
}
@container ud-content-area (min-width: 553px) {
}
@container ud-content-area (min-width: 653px) {
}
@container ud-content-area (min-width: 933px) {
}
@container ud-content-area (min-width: 1153px) {
}
.paginated-table-module--purchase-history-container--khNaW {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}
.paginated-table-module--purchase-history--main-title--fte9j {
  margin-bottom: 2.4rem;
}
.paginated-table-module--purchase-history-table-container--ZcTxx {
  overflow-x: auto;
  min-height: 0.01%;
}
.paginated-table-module--purchase-history-table--yR9wS {
  border-spacing: 0;
  margin-bottom: 2.4rem;
  width: 100%;
}
.paginated-table-module--purchase-history-table--yR9wS tr > th,
.paginated-table-module--purchase-history-table--yR9wS td {
  color: #595c73;
  line-height: 1.4;
}
@media (min-width: 43.8125rem) {
  .paginated-table-module--purchase-history-table--yR9wS tr > th,
  .paginated-table-module--purchase-history-table--yR9wS tr > td {
    border-bottom: 1px solid #d1d2e0;
    text-align: left;
  }
  .paginated-table-module--purchase-history-table--yR9wS thead > tr > th {
    overflow: hidden;
    vertical-align: top;
    white-space: nowrap;
  }
}
@media (min-width: 43.8125rem) and (min-width: 61.3125rem) {
  .paginated-table-module--purchase-history-table--yR9wS tr > th,
  .paginated-table-module--purchase-history-table--yR9wS tr > td {
    padding: 1.6rem;
  }
}
@media (min-width: 43.8125rem) and (max-width: 61.25rem) {
  .paginated-table-module--purchase-history-table--yR9wS tr > th,
  .paginated-table-module--purchase-history-table--yR9wS tr > td {
    padding: 0.8rem;
  }
}
@media (max-width: 43.75rem) {
  .paginated-table-module--purchase-history-table--yR9wS table,
  .paginated-table-module--purchase-history-table--yR9wS thead,
  .paginated-table-module--purchase-history-table--yR9wS tbody,
  .paginated-table-module--purchase-history-table--yR9wS th,
  .paginated-table-module--purchase-history-table--yR9wS td,
  .paginated-table-module--purchase-history-table--yR9wS tr {
    display: block;
  }
  .paginated-table-module--purchase-history-table--yR9wS td {
    border: none;
    position: relative;
    margin-bottom: 1.6rem;
  }
  .paginated-table-module--purchase-history-table--yR9wS td:first-child {
    margin-top: 1.6rem;
  }
  .paginated-table-module--purchase-history-table--yR9wS td .paginated-table-module--purchase-history-table--data-cell--9i0dq {
    display: flex;
  }
  .paginated-table-module--purchase-history-table--yR9wS td .paginated-table-module--purchase-history-table--data-cell--9i0dq .paginated-table-module--purchase-history-table__data-cell--collapsed-header--fV-uO {
    align-self: center;
    min-width: 10rem;
    width: 30%;
  }
  .paginated-table-module--purchase-history-table--yR9wS td .paginated-table-module--purchase-history-table--data-cell--9i0dq > p {
    margin: 0 auto;
  }
  .paginated-table-module--purchase-history-table--yR9wS tr {
    border-bottom: 1px solid #d1d2e0;
  }
  .paginated-table-module--purchase-history-table--yR9wS tr:first-child > td {
    margin-top: 0;
  }
  .paginated-table-module--purchase-history-table--yR9wS thead tr {
    display: none;
  }
}
.paginated-table-module--billing-history-table-overrides--E8ByF tr > th,
.paginated-table-module--billing-history-table-overrides--E8ByF td {
  color: #303141;
}
@media (min-width: 43.8125rem) {
  .paginated-table-module--billing-history-table-overrides--E8ByF tr > th,
  .paginated-table-module--billing-history-table-overrides--E8ByF tr > td {
    padding: 1.6rem 1.6rem 1.6rem 0;
  }
  .paginated-table-module--billing-history-table-overrides--E8ByF tr > th:last-child,
  .paginated-table-module--billing-history-table-overrides--E8ByF tr > td:last-child {
    padding-right: 0;
  }
}
@media (min-width: 43.8125rem) {
  .paginated-table-module--purchase-history-table--sub-row--I9L7q .paginated-table-module--purchase-details--text-container--LSDDs {
    margin: auto 0 auto 4.8rem;
  }
  .paginated-table-module--purchase-history-table--sub-row--I9L7q td:first-child {
    padding-left: 0;
  }
}
.paginated-table-module--default-style--VVQvS tr > th,
.paginated-table-module--default-style--VVQvS td {
  color: #303141;
}
.paginated-table-module--default-style--VVQvS .paginated-table-module--purchase-details--text-container--LSDDs {
  margin: 0 !important;
}
.paginated-table-module--default-style--VVQvS .paginated-table-module--purchase-history-table--sub-row--I9L7q td {
  border-top: none !important;
}
@media (min-width: 43.8125rem) {
  .paginated-table-module--default-style--VVQvS tr > td {
    border-top: 1px solid #d1d2e0;
  }
  .paginated-table-module--default-style--VVQvS tr > th,
  .paginated-table-module--default-style--VVQvS tr > td {
    border-bottom: none;
    padding: 1.6rem 1.6rem 1.6rem 0;
  }
  .paginated-table-module--default-style--VVQvS tr > th:last-child,
  .paginated-table-module--default-style--VVQvS tr > td:last-child {
    padding-right: 0;
  }
  .paginated-table-module--default-style--VVQvS tbody > tr:last-child td {
    border-bottom: 1px solid #d1d2e0;
  }
}
@media (max-width: 43.75rem) {
  .paginated-table-module--default-style--VVQvS {
    margin-top: 1.6rem;
  }
  .paginated-table-module--default-style--VVQvS tr {
    border-top: 1px solid #d1d2e0;
    border-bottom: none;
  }
  .paginated-table-module--default-style--VVQvS .paginated-table-module--purchase-history-table--sub-row--I9L7q {
    border-top: none !important;
  }
  .paginated-table-module--default-style--VVQvS .paginated-table-module--purchase-history-table--sub-row--I9L7q td .paginated-table-module--purchase-history-table__data-cell--collapsed-header--fV-uO {
    visibility: hidden;
  }
  .paginated-table-module--default-style--VVQvS tbody > tr:first-child > td {
    margin-top: 1.6rem;
  }
  .paginated-table-module--default-style--VVQvS tbody > tr:last-child td:last-child {
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #d1d2e0;
  }
}
.paginated-table-module--purchase-history-table__empty-page--container--6dZTh {
  align-items: center;
  color: #595c73;
  margin-top: 4.8rem;
  text-align: center;
}
.paginated-table-module--purchase-history-table__empty-page--container--6dZTh .paginated-table-module--purchase-history-table__empty-page--icon-container--FaJ3G {
  align-items: center;
  background: #f6f7f9;
  border-radius: 100rem;
  display: flex;
  justify-content: center;
  margin: 0 auto 1.6rem auto;
  width: 5.2rem;
  height: 5.2rem;
}
.paginated-table-module--description-subtitle--7y7fx {
  color: #595c73;
}
.paginated-table-module--purchase-history-table--alert-banner-container--9l-kh {
  margin-top: 1.6rem;
}
.paginated-table-module--purchase-history-table--loading-spinner--0CtmG {
  margin-top: 9.6rem;
  margin-bottom: 9.6rem;
}
.paginated-table-module--purchase-details--details-visual-container--ryc66 {
  align-items: center;
  display: flex;
}
.paginated-table-module--purchase-details--details-visual-container--ryc66 .paginated-table-module--purchase-details--text--jy0sQ {
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}
@media (min-width: 43.8125rem) {
  .paginated-table-module--purchase-details--details-visual-container--ryc66 .paginated-table-module--purchase-details--text--jy0sQ {
    max-width: 40rem;
  }
}
.paginated-table-module--purchase-details--details-visual-container--ryc66 .paginated-table-module--purchase-details--content-title-text--hx8UZ {
  color: #303141;
}
.paginated-table-module--purchase-details--details-visual-container--ryc66 .paginated-table-module--purchase-details--content-normal-text--tI-xi {
  color: #595c73;
}
.paginated-table-module--purchase-history-table--main-row--tQhBG .paginated-table-module--purchase-details--text-container--LSDDs {
  margin: auto 0 auto 2.4rem;
}
@media (min-width: 43.8125rem) {
  .paginated-table-module--purchase-history-table--main-row--tQhBG td:first-child {
    padding-left: 0;
  }
}
.paginated-table-module--positive-text--RG-bk {
  color: #206241;
}
.paginated-table-module--negative-text--rOcFg {
  color: #d51c0f;
}
.paginated-table-module--centered-text--ugURZ {
  text-align: center;
}
.paginated-table-module--popover-information-badge--QgwuV {
  display: inline-block;
  width: 100%;
}
.paginated-table-module--popover-information-badge--badge--qiO-q {
  background: #d1d2e0;
  color: #303141;
  padding: 0.4rem 0.8rem;
  text-align: center;
}
.paginated-table-module--external-link-button--kheYj {
  width: 100%;
}
.paginated-table-module--card-icon--JFVpX {
  max-width: 4.2rem;
  height: 2.8rem;
  border: 1px solid #d1d2e0;
  border-radius: 4px;
  background: #fff;
}

.pagination-module--container---ftIz {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagination-module--prev--Q8RX9 {
  margin-right: 0.8rem;
}
.pagination-module--next--QX6nm {
  margin-left: 0.8rem;
}
.pagination-module--page--tnM1S {
  width: 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pagination-module--active--9AbEF {
  background: transparent !important;
  cursor: default;
}
.pagination-module--active--9AbEF::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 1.2rem;
  right: 1.2rem;
  height: 0.2rem;
  background: var(--color-blue-400);
}
.pagination-module--ellipsis--2bBm5 {
  transform: rotate(90deg);
  margin: 0 0.4rem;
}

.billing-information--billing-information-content--Xg8fF p {
  margin-top: 0.4rem;
}
.billing-information--billing-information-content--Xg8fF p:first-of-type {
  margin-top: 0;
}
.billing-information--billing-information-content--Xg8fF button {
  margin-top: 1.6rem;
}

@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1232px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 1153px) {
}.billing-address--billing-address--container--nlxoy {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.2rem;
}
.billing-address--billing-address--container--nlxoy .billing-address--billing-address--header--tn9Tr {
  margin-bottom: 1.6rem;
}
@media (max-width: 23.4375rem) {
  .billing-address--billing-address--container--nlxoy .billing-address--billing-address--header--tn9Tr {
    font-size: clamp(1.65rem, calc(1.65rem + (1.8 - 1.65) * calc((100vw - 36rem) / (144 - 36))), 1.8rem);
  }
}
.billing-address--billing-address--container--nlxoy .billing-address--billing-address--content--xBeFS {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.8rem;
}
.billing-address--billing-address--container--nlxoy .billing-address--billing-address--content--xBeFS .billing-address--billing-address--element--zxixl,
.billing-address--teamplan-billing-address--element--f1-af {
  flex: 1;
  max-width: 50%;
  margin-right: 1.6rem;
}
.billing-address--billing-address--container--nlxoy .billing-address--billing-address--content--xBeFS .billing-address--billing-address--element--zxixl:only-child {
  margin-right: 0;
}
.billing-address--billing-address--container--nlxoy .billing-address--billing-address--content--xBeFS .billing-address--billing-address--element--zxixl:last-child {
  margin-right: 0;
}
@media (max-width: 37.5rem) {
  .billing-address--billing-address--container--nlxoy .billing-address--billing-address--content--xBeFS .billing-address--billing-address--element--zxixl,
  .billing-address--teamplan-billing-address--element--f1-af {
    max-width: 100%;
    margin-bottom: 1.6rem;
    margin-right: 0;
  }
  .billing-address--billing-address--container--nlxoy .billing-address--billing-address--content--xBeFS .billing-address--billing-address--element--zxixl:last-child {
    margin-bottom: 0;
  }
}
.billing-address--billing-address--container--nlxoy .billing-address--billing-address--content--xBeFS .billing-address--team-plan-billing-address--element--Ys9Dt {
  flex: 1;
  max-width: 50%;
  margin-right: 1.6rem;
  max-width: 100%;
}
.billing-address--billing-address--container--nlxoy .billing-address--billing-address--content--xBeFS .billing-address--team-plan-billing-address--element--Ys9Dt:only-child {
  margin-right: 0;
}
.billing-address--billing-address--container--nlxoy .billing-address--billing-address--content--xBeFS .billing-address--team-plan-billing-address--element--Ys9Dt:last-child {
  margin-right: 0;
}
@media (max-width: 37.5rem) {
  .billing-address--billing-address--container--nlxoy .billing-address--billing-address--content--xBeFS .billing-address--team-plan-billing-address--element--Ys9Dt {
    max-width: 100%;
    margin-bottom: 1.6rem;
    margin-right: 0;
  }
  .billing-address--billing-address--container--nlxoy .billing-address--billing-address--content--xBeFS .billing-address--team-plan-billing-address--element--Ys9Dt:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 37.5rem) {
  .billing-address--billing-address--container--nlxoy .billing-address--billing-address--content--xBeFS {
    flex-direction: column;
  }
}
.billing-address--billing-address--container--nlxoy .billing-address--team-plan-billing-address--header--d-N4S {
  margin-bottom: 1.6rem;
}
@media (max-width: 23.4375rem) {
  .billing-address--billing-address--container--nlxoy .billing-address--team-plan-billing-address--header--d-N4S {
    font-size: clamp(1.65rem, calc(1.65rem + (1.8 - 1.65) * calc((100vw - 36rem) / (144 - 36))), 1.8rem);
  }
}
@media (max-width: 37.5rem) {
  .billing-address--billing-address--container--nlxoy .billing-address--team-plan-billing-address--header--d-N4S {
    font-size: clamp(1.65rem, calc(1.65rem + (1.8 - 1.65) * calc((100vw - 36rem) / (144 - 36))), 1.8rem);
  }
}
.billing-address--billing-address--container--nlxoy .billing-address--team-plan-billing-address--content--Pro8- {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.8rem;
  margin-bottom: 2.4rem;
}
.billing-address--billing-address--container--nlxoy .billing-address--team-plan-billing-address--content--Pro8- .billing-address--billing-address--element--zxixl {
  flex: 1;
  max-width: 50%;
  margin-right: 1.6rem;
}
.billing-address--billing-address--container--nlxoy .billing-address--team-plan-billing-address--content--Pro8- .billing-address--billing-address--element--zxixl:only-child {
  margin-right: 0;
}
.billing-address--billing-address--container--nlxoy .billing-address--team-plan-billing-address--content--Pro8- .billing-address--billing-address--element--zxixl:last-child {
  margin-right: 0;
}
@media (max-width: 37.5rem) {
  .billing-address--billing-address--container--nlxoy .billing-address--team-plan-billing-address--content--Pro8- .billing-address--billing-address--element--zxixl {
    max-width: 100%;
    margin-bottom: 1.6rem;
    margin-right: 0;
  }
  .billing-address--billing-address--container--nlxoy .billing-address--team-plan-billing-address--content--Pro8- .billing-address--billing-address--element--zxixl:last-child {
    margin-bottom: 0;
  }
}
.billing-address--billing-address--container--nlxoy .billing-address--team-plan-billing-address--content--Pro8- .billing-address--team-plan-billing-address--element--Ys9Dt {
  flex: 1;
  max-width: 50%;
  margin-right: 1.6rem;
  max-width: 100%;
}
.billing-address--billing-address--container--nlxoy .billing-address--team-plan-billing-address--content--Pro8- .billing-address--team-plan-billing-address--element--Ys9Dt:only-child {
  margin-right: 0;
}
.billing-address--billing-address--container--nlxoy .billing-address--team-plan-billing-address--content--Pro8- .billing-address--team-plan-billing-address--element--Ys9Dt:last-child {
  margin-right: 0;
}
@media (max-width: 37.5rem) {
  .billing-address--billing-address--container--nlxoy .billing-address--team-plan-billing-address--content--Pro8- .billing-address--team-plan-billing-address--element--Ys9Dt {
    max-width: 100%;
    margin-bottom: 1.6rem;
    margin-right: 0;
  }
  .billing-address--billing-address--container--nlxoy .billing-address--team-plan-billing-address--content--Pro8- .billing-address--team-plan-billing-address--element--Ys9Dt:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 37.5rem) {
  .billing-address--billing-address--container--nlxoy .billing-address--team-plan-billing-address--content--Pro8- {
    flex-direction: column;
  }
}
@media (max-width: 37.5rem) {
  .billing-address--billing-address--container--nlxoy .billing-address--team-plan-billing-address--content--Pro8- .billing-address--billing-address--element--zxixl {
    margin-bottom: 2.4rem;
  }
}
.billing-address--billing-address--container--nlxoy .billing-address--billing-tax-rate-change-alert-banner--MgRlR {
  margin-top: 2.4rem;
}
@media (max-width: 23.4375rem) {
  .billing-address--billing-address--container--nlxoy {
    margin-bottom: 2.4rem;
  }
}
.billing-address--team-plan-billing-address--container--K6mbs {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.2rem;
  margin-bottom: 4.8rem;
}
.billing-address--team-plan-billing-address--container--K6mbs .billing-address--billing-address--header--tn9Tr {
  margin-bottom: 1.6rem;
}
@media (max-width: 23.4375rem) {
  .billing-address--team-plan-billing-address--container--K6mbs .billing-address--billing-address--header--tn9Tr {
    font-size: clamp(1.65rem, calc(1.65rem + (1.8 - 1.65) * calc((100vw - 36rem) / (144 - 36))), 1.8rem);
  }
}
.billing-address--team-plan-billing-address--container--K6mbs .billing-address--billing-address--content--xBeFS {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.8rem;
}
.billing-address--team-plan-billing-address--container--K6mbs .billing-address--billing-address--content--xBeFS .billing-address--billing-address--element--zxixl {
  flex: 1;
  max-width: 50%;
  margin-right: 1.6rem;
}
.billing-address--team-plan-billing-address--container--K6mbs .billing-address--billing-address--content--xBeFS .billing-address--billing-address--element--zxixl:only-child {
  margin-right: 0;
}
.billing-address--team-plan-billing-address--container--K6mbs .billing-address--billing-address--content--xBeFS .billing-address--billing-address--element--zxixl:last-child {
  margin-right: 0;
}
@media (max-width: 37.5rem) {
  .billing-address--team-plan-billing-address--container--K6mbs .billing-address--billing-address--content--xBeFS .billing-address--billing-address--element--zxixl {
    max-width: 100%;
    margin-bottom: 1.6rem;
    margin-right: 0;
  }
  .billing-address--team-plan-billing-address--container--K6mbs .billing-address--billing-address--content--xBeFS .billing-address--billing-address--element--zxixl:last-child {
    margin-bottom: 0;
  }
}
.billing-address--team-plan-billing-address--container--K6mbs .billing-address--billing-address--content--xBeFS .billing-address--team-plan-billing-address--element--Ys9Dt {
  flex: 1;
  max-width: 50%;
  margin-right: 1.6rem;
  max-width: 100%;
}
.billing-address--team-plan-billing-address--container--K6mbs .billing-address--billing-address--content--xBeFS .billing-address--team-plan-billing-address--element--Ys9Dt:only-child {
  margin-right: 0;
}
.billing-address--team-plan-billing-address--container--K6mbs .billing-address--billing-address--content--xBeFS .billing-address--team-plan-billing-address--element--Ys9Dt:last-child {
  margin-right: 0;
}
@media (max-width: 37.5rem) {
  .billing-address--team-plan-billing-address--container--K6mbs .billing-address--billing-address--content--xBeFS .billing-address--team-plan-billing-address--element--Ys9Dt {
    max-width: 100%;
    margin-bottom: 1.6rem;
    margin-right: 0;
  }
  .billing-address--team-plan-billing-address--container--K6mbs .billing-address--billing-address--content--xBeFS .billing-address--team-plan-billing-address--element--Ys9Dt:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 37.5rem) {
  .billing-address--team-plan-billing-address--container--K6mbs .billing-address--billing-address--content--xBeFS {
    flex-direction: column;
  }
}
.billing-address--team-plan-billing-address--container--K6mbs .billing-address--team-plan-billing-address--header--d-N4S {
  margin-bottom: 1.6rem;
}
@media (max-width: 23.4375rem) {
  .billing-address--team-plan-billing-address--container--K6mbs .billing-address--team-plan-billing-address--header--d-N4S {
    font-size: clamp(1.65rem, calc(1.65rem + (1.8 - 1.65) * calc((100vw - 36rem) / (144 - 36))), 1.8rem);
  }
}
@media (max-width: 37.5rem) {
  .billing-address--team-plan-billing-address--container--K6mbs .billing-address--team-plan-billing-address--header--d-N4S {
    font-size: clamp(1.65rem, calc(1.65rem + (1.8 - 1.65) * calc((100vw - 36rem) / (144 - 36))), 1.8rem);
  }
}
.billing-address--team-plan-billing-address--container--K6mbs .billing-address--team-plan-billing-address--content--Pro8- {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.8rem;
  margin-bottom: 2.4rem;
}
.billing-address--team-plan-billing-address--container--K6mbs .billing-address--team-plan-billing-address--content--Pro8- .billing-address--billing-address--element--zxixl {
  flex: 1;
  max-width: 50%;
  margin-right: 1.6rem;
}
.billing-address--team-plan-billing-address--container--K6mbs .billing-address--team-plan-billing-address--content--Pro8- .billing-address--billing-address--element--zxixl:only-child {
  margin-right: 0;
}
.billing-address--team-plan-billing-address--container--K6mbs .billing-address--team-plan-billing-address--content--Pro8- .billing-address--billing-address--element--zxixl:last-child {
  margin-right: 0;
}
@media (max-width: 37.5rem) {
  .billing-address--team-plan-billing-address--container--K6mbs .billing-address--team-plan-billing-address--content--Pro8- .billing-address--billing-address--element--zxixl {
    max-width: 100%;
    margin-bottom: 1.6rem;
    margin-right: 0;
  }
  .billing-address--team-plan-billing-address--container--K6mbs .billing-address--team-plan-billing-address--content--Pro8- .billing-address--billing-address--element--zxixl:last-child {
    margin-bottom: 0;
  }
}
.billing-address--team-plan-billing-address--container--K6mbs .billing-address--team-plan-billing-address--content--Pro8- .billing-address--team-plan-billing-address--element--Ys9Dt {
  flex: 1;
  max-width: 50%;
  margin-right: 1.6rem;
  max-width: 100%;
}
.billing-address--team-plan-billing-address--container--K6mbs .billing-address--team-plan-billing-address--content--Pro8- .billing-address--team-plan-billing-address--element--Ys9Dt:only-child {
  margin-right: 0;
}
.billing-address--team-plan-billing-address--container--K6mbs .billing-address--team-plan-billing-address--content--Pro8- .billing-address--team-plan-billing-address--element--Ys9Dt:last-child {
  margin-right: 0;
}
@media (max-width: 37.5rem) {
  .billing-address--team-plan-billing-address--container--K6mbs .billing-address--team-plan-billing-address--content--Pro8- .billing-address--team-plan-billing-address--element--Ys9Dt {
    max-width: 100%;
    margin-bottom: 1.6rem;
    margin-right: 0;
  }
  .billing-address--team-plan-billing-address--container--K6mbs .billing-address--team-plan-billing-address--content--Pro8- .billing-address--team-plan-billing-address--element--Ys9Dt:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 37.5rem) {
  .billing-address--team-plan-billing-address--container--K6mbs .billing-address--team-plan-billing-address--content--Pro8- {
    flex-direction: column;
  }
}
@media (max-width: 37.5rem) {
  .billing-address--team-plan-billing-address--container--K6mbs .billing-address--team-plan-billing-address--content--Pro8- .billing-address--billing-address--element--zxixl {
    margin-bottom: 2.4rem;
  }
}
.billing-address--team-plan-billing-address--container--K6mbs .billing-address--billing-tax-rate-change-alert-banner--MgRlR {
  margin-top: 2.4rem;
}
@media (max-width: 23.4375rem) {
  .billing-address--team-plan-billing-address--container--K6mbs {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 37.5rem) {
  .billing-address--team-plan-billing-address--container--K6mbs {
    margin-bottom: 3.2rem;
  }
}
.billing-address--teamplan-billing-address--element--f1-af {
  max-width: 100% !important;
  margin-right: 0 !important;
}

@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1232px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 1153px) {
}.pricing-summary--pricing-summary--container--MSgIq > div {
  display: flex;
  margin-bottom: 0.8rem;
  line-height: 1.44;
}
.pricing-summary--pricing-summary--container--MSgIq > div span:first-child {
  flex: 1;
}
.pricing-summary--pricing-summary--container--MSgIq > h2 {
  margin-bottom: 1.6rem;
  vertical-align: middle;
  width: 100%;
}
.pricing-summary--pricing-summary--container--MSgIq .pricing-summary--content--divider--P8QR- {
  border-bottom: 1px solid #d1d2e0;
  margin: 1.2rem 0;
}
.pricing-summary--pricing-summary--container--MSgIq .pricing-summary--team-plan--content--divider--Zl6vA {
  border-bottom: 1px solid #d1d2e0;
  margin: 1.6rem 0;
}
.pricing-summary--pricing-summary--container--MSgIq > .pricing-summary--content--subtotal-summary--MpgHi {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.pricing-summary--pricing-summary--container--MSgIq > .pricing-summary--content--subtotal-summary--MpgHi > div {
  display: flex;
  margin-bottom: 0.8rem;
  line-height: 1.44;
}
.pricing-summary--pricing-summary--container--MSgIq > .pricing-summary--content--subtotal-summary--MpgHi > div span:first-child {
  flex: 1;
}
.pricing-summary--pricing-summary--container--MSgIq > .pricing-summary--content--subtotal-summary--MpgHi div:last-child {
  margin-bottom: 0;
}
.pricing-summary--pricing-summary--container--MSgIq > .pricing-summary--content--subtotal-summary--MpgHi .pricing-summary--content--subtotal-price--CMAU1 {
  font-weight: 700;
}
.pricing-summary--pricing-summary--container--MSgIq > .pricing-summary--content--subtotal-summary--MpgHi .pricing-summary--content--subtotal-price--CMAU1 span:first-child {
  font-weight: unset;
}
.pricing-summary--pricing-summary--container--MSgIq > .pricing-summary--content--estimated-charge--D4CO7 {
  font-weight: 700;
  display: flex;
  flex-direction: column;
  margin-bottom: 2%;
}
.pricing-summary--pricing-summary--container--MSgIq > .pricing-summary--content--summary-row-teamplan-title--oqprs {
  display: flex;
  flex-direction: column;
  margin-bottom: 1%;
}
.pricing-summary--pricing-summary--container--MSgIq > .pricing-summary--content--summary-row-teamplan-title--oqprs > div {
  display: flex;
  margin-bottom: 0.8rem;
  line-height: 1.44;
}
.pricing-summary--pricing-summary--container--MSgIq > .pricing-summary--content--summary-row-teamplan-title--oqprs > div span:first-child {
  flex: 1;
}
.pricing-summary--pricing-summary--container--MSgIq > .pricing-summary--content--summary-row-teamplan-title--oqprs div:last-child {
  margin-bottom: 1%;
}
.pricing-summary--pricing-summary--container--MSgIq > .pricing-summary--content--summary-row-teamplan-title--oqprs .pricing-summary--content--summary-row-teamplan-value--0sox3 span:first-child {
  font-weight: unset;
}
.pricing-summary--pricing-summary--container--MSgIq .pricing-summary--content--total-price--TNR9w {
  font-weight: 700;
  margin-bottom: 0;
}
.pricing-summary--pricing-summary--container--MSgIq .pricing-summary--content--total-price--TNR9w > span {
  font-size: 1.6rem;
}
.pricing-summary--pricing-summary--container--MSgIq .pricing-summary--content--course-count--ynjOQ {
  font-weight: 400;
}
@media (max-width: 23.4375rem) {
  .pricing-summary--pricing-summary--container--MSgIq > h2 {
    font-size: clamp(1.65rem, calc(1.65rem + (1.8 - 1.65) * calc((100vw - 36rem) / (144 - 36))), 1.8rem);
  }
}
.pricing-summary--pricing-summary--disabled--U91-X {
  pointer-events: none;
  opacity: 0.2;
}
.pricing-summary--team-plan-overrides--pricing-summary--container---M1bJ .pricing-summary--checkout-term--nBeBH {
  display: none;
}
.pricing-summary--team-plan-overrides--pricing-summary--container---M1bJ .pricing-summary--team-plan--subtotal-text-block--ujG9z {
  display: block;
  max-width: 75%;
}
.pricing-summary--team-plan-overrides--pricing-summary--container---M1bJ .pricing-summary--team-plan--subtotal-price-block--Coujn {
  display: flex;
  text-align: right;
  min-width: 25%;
}
@media (max-width: 61.25rem) {
  .pricing-summary--team-plan-overrides--pricing-summary--container---M1bJ .pricing-summary--checkout-term--nBeBH {
    display: block;
    margin-top: 1.6rem;
  }
}
@media (max-width: 37.5rem) {
  .pricing-summary--team-plan-overrides--pricing-summary--container---M1bJ > h2 {
    font-size: clamp(1.65rem, calc(1.65rem + (1.8 - 1.65) * calc((100vw - 36rem) / (144 - 36))), 1.8rem);
  }
}

@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1232px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 1153px) {
}.checkout-button--checkout-button--container--0Girh .checkout-button--checkout-button--button--XFnK- {
  width: 100%;
  padding: 3rem 0;
}
.checkout-button--checkout-button--container--0Girh .checkout-button--checkout-button--button--XFnK- span {
  padding-top: 0.8rem;
}

@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1232px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 1153px) {
}.checkout-terms--checkout-statements--container--ibQBq {
  display: flex;
  flex-direction: column;
}
.checkout-terms--checkout-statements--container--ibQBq .checkout-terms--checkout-statement--hxSJi {
  color: #595c73;
  margin-bottom: 0.8rem;
}
.checkout-terms--checkout-statements--container--ibQBq .checkout-terms--checkout-statement--hxSJi:last-child {
  margin-bottom: 0;
}
.checkout-terms--checkout-term--tJZVc {
  color: #595c73;
}
.checkout-terms--checkout-term--centered--sT7ZJ {
  color: #595c73;
  text-align: center;
}
.checkout-terms--checkout-term--title--XqARl {
  color: #595c73;
  text-align: center;
  color: #303141;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 2.4rem;
}
.checkout-terms--checkout-term--details--s2Yxy {
  color: #595c73;
  text-align: center;
  color: #303141;
  font-size: 1.4rem;
  margin-bottom: 2.4rem !important;
}

.tax-rate-change-alert-banner--tax-rate-change-alert-banner-body--SAEd9 {
  margin-top: 0.4rem;
}

.billing-overview--billing-container--z9mwX {
  margin: 3.2rem;
}
.billing-overview--billing-container--z9mwX .billing-overview--billing-title--CHJUG {
  margin-bottom: 0.8rem;
}
.billing-overview--billing-container--z9mwX .billing-overview--billing-subtitle--Y-ggT {
  margin-bottom: 3.2rem;
}
.billing-overview--billing-container--z9mwX .billing-overview--billing-settings--nz28X {
  display: flex;
  flex-direction: row;
  margin-bottom: 3.2rem;
}
.billing-overview--billing-container--z9mwX .billing-overview--billing-settings--nz28X > :first-child {
  margin-right: 2.4rem;
}
@media (max-width: 37.5rem) {
  .billing-overview--billing-container--z9mwX .billing-overview--billing-settings--nz28X {
    flex-direction: column;
  }
  .billing-overview--billing-container--z9mwX .billing-overview--billing-settings--nz28X > :first-child {
    margin-right: 0;
    margin-bottom: 2.4rem;
  }
}

.body--body--HdJWi {
  margin: 2.4rem;
}

/*
We want the subtitle to always sit below the title. Any provided buttons/other content should sit in
the top right, but drop down below the subtitle if there isn't sufficient room for the title and
buttons on the same row.

To achieve this, we float the subtitle and let the title and buttons wrap around it as inline
elements. We use `text-align: justify` to push the title and the buttons to the left and right of
the line (when they're on the same line). However, `justify` doesn't effect the *last* line of a
block of inline content, so we add a pseudo element to act as the last line, allowing correct
justification of the line before it. We set `font-size: 0` to prevent this pseudo element occupying
any space.
 */
.header--wrapper--6YDk7 {
  margin: 2.4rem;
  text-align: justify;
  font-size: 0;
}
.header--wrapper--6YDk7::after {
  content: '';
  display: inline-block;
  width: 100%;
}
.header--wrapper--6YDk7 > * {
  text-align: left;
  margin-bottom: 1.6rem;
}
.header--title--Da2on {
  margin-right: 0.4rem;
  display: inline-block;
  vertical-align: top;
}
.header--subtitle--Maadj {
  width: 100%;
  float: left;
}
.header--buttons--xjXzQ {
  display: inline-block;
  vertical-align: top;
}

.page--width-capped--BmAmP {
  max-width: 134rem;
  margin: auto;
}

.sidebar--sidebar-page--Upk2W {
  min-height: calc(100vh - 16.5rem);
  background: #fff;
  display: flex;
  margin: 0;
}
.sidebar--sidebar--fy7OD {
  width: 31.2rem;
  flex-shrink: 0;
  position: relative;
  padding-bottom: 9.6rem;
  border-right: 1px solid #d1d2e0;
}
.sidebar--sidebar__header--4QALI {
  margin: 3.2rem 3.2rem 2.4rem 3.2rem;
}
.sidebar--skip-to-main-content-btn--FD-at {
  position: relative;
}
.sidebar--skip-to-main-content-btn--FD-at > div {
  top: 4.8rem;
}
.sidebar--menu-item__inner--BZvm8 {
  display: flex;
  align-items: center;
}
.sidebar--menu-item__inner--BZvm8:hover {
  color: #303141;
  background-color: #f6f7f9;
}
.sidebar--menu-item__inner--BZvm8.sidebar--menu-item__inner--active--E4zXe {
  box-shadow: 6px 0 0 -1px #303141 inset;
}
.sidebar--menu-item__inner--BZvm8 .sidebar--ribbon--qEqbe {
  flex: 0 0 auto;
  margin-right: 0.8rem;
}
.sidebar--menu-item__inner--BZvm8:hover {
  visibility: visible;
}
.sidebar--menu-item__link--vEFaM {
  display: flex;
  align-items: flex-start;
  padding: 0.8rem 0.8rem 0.8rem 3.2rem;
}
.sidebar--menu-item__link-text--aH3pm {
  flex: 1;
  min-width: 1px;
  font-weight: 400;
  color: #303141;
  hyphens: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.sidebar--sidebar-page__content--5O5QD {
  flex: 1;
  min-width: 1px;
  position: relative;
  padding-bottom: 7.2rem;
}
@media (max-width: 61.25rem) {
  .sidebar--sidebar-page--Upk2W {
    display: block;
  }
  .sidebar--sidebar--fy7OD {
    width: auto;
    display: none;
    background: transparent;
  }
  .sidebar--sidebar--fy7OD.sidebar--show-on-mobile--H0XMR {
    display: block;
    border-right: 0;
  }
  .sidebar--sidebar__header--4QALI {
    display: none;
  }
  .sidebar--menu-item--TNZn0 {
    touch-action: auto;
  }
  .sidebar--sidebar-page__content--5O5QD {
    box-shadow: none;
    padding-bottom: 0.8rem;
  }
}

.skip-to-content-button-module--skip-to-content--MnPe4 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1011;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.skip-to-content-button-module--skip-to-content-btn--iM4H1 {
  position: absolute;
  max-height: 0;
  overflow: hidden;
}
.skip-to-content-button-module--skip-to-content-btn--iM4H1:focus,
.skip-to-content-button-module--skip-to-content-btn--iM4H1:active {
  max-height: none;
  overflow: visible;
  margin: 0 1.6rem;
}
.skip-to-content-button-module--skip-to-content-btn--iM4H1:focus .skip-to-content-button-module--skip-to-content-shadow--eue1a,
.skip-to-content-button-module--skip-to-content-btn--iM4H1:active .skip-to-content-button-module--skip-to-content-shadow--eue1a {
  background: var(--color-white);
  border: 1px solid #d1d2e0;
  box-shadow: 0 2px 4px rgba(6, 17, 118, 0.08), 0 4px 12px rgba(6, 17, 118, 0.08);
  pointer-events: none;
  position: absolute;
  top: -10%;
  bottom: -10%;
  left: -1.6rem;
  right: -1.6rem;
  z-index: -1;
}
.skip-to-content-button-module--main-content-anchor--3SDve {
  -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  box-sizing: border-box;
  position: absolute;
  margin: 0;
  padding: 0;
}

@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1153px) {
}@container ud-content-area (min-width: 1232px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 553px) {
}@container ud-content-area (min-width: 653px) {
}@container ud-content-area (min-width: 933px) {
}@container ud-content-area (min-width: 1153px) {
}.stripe-card-form--stripe-card-form--cTcx5 .stripe-card-form--label--C2yhr {
  position: absolute;
  top: 0.4rem;
  left: 0;
  right: 0;
  padding: 0 1.6rem;
  pointer-events: none;
}
.stripe-card-form--stripe-card-form--cTcx5 .stripe-card-form--label-text--FPEGu {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: transform 150ms cubic-bezier(0.2, 0, 0.38, 0.9) 150ms;
  transform: translateY(1.1rem);
  transform-origin: top left;
}
.stripe-card-form--stripe-card-form--cTcx5 .stripe-card-form--stripe-input-container--8xT48 {
  background: #fff;
  cursor: text;
  display: block;
  position: relative;
  width: 100%;
}
.stripe-card-form--stripe-card-form--cTcx5 .stripe-card-form--stripe-input--m-TL8 {
  border: 1px solid #9194ac;
  height: 4.8rem;
  padding: 2.1rem 1.6rem 0.4rem 1.6rem;
}
.stripe-card-form--stripe-card-form--cTcx5 .stripe-card-form--stripe-input--m-TL8:hover {
  border-color: #6e7292;
}
.stripe-card-form--stripe-card-form--cTcx5 .stripe-card-form--stripe-input--m-TL8.stripe-card-form--has-focus--u-W77 {
  border-color: #6d28d2;
}
.stripe-card-form--stripe-card-form--cTcx5 .ud-form-group-error .stripe-card-form--label--C2yhr,
.stripe-card-form--stripe-card-form--cTcx5 .ud-form-group-error .stripe-card-form--note--qYw48 {
  color: #d51c0f;
}
.stripe-card-form--stripe-card-form--cTcx5 .ud-form-group-error .stripe-card-form--stripe-input--m-TL8:not(.stripe-card-form--has-focus--u-W77) {
  border-color: #d51c0f;
  box-shadow: 0 0 0 2px #d51c0f;
}
body.ud-keyboard-navigation-in-use .stripe-card-form--stripe-card-form--cTcx5 .stripe-card-form--stripe-input--m-TL8.stripe-card-form--has-focus--u-W77 {
  /* stylelint-disable unit-disallowed-list */
  box-shadow: 0 0 0 2px var(--color-white), 0 0 0 4px var(--color-purple-400), 0 0 2px 5px var(--color-purple-150);
  /* stylelint-enable unit-disallowed-list */
}
.stripe-card-form--stripe-card-form--cTcx5 input.stripe-card-form--form-element--yHnid,
.stripe-card-form--stripe-card-form--cTcx5 .stripe-card-form--form-element--yHnid select {
  padding-top: 2.1rem;
  padding-bottom: 0.4rem;
}
.stripe-card-form--stripe-card-form--cTcx5 .stripe-card-form--form-element--yHnid select {
  padding-left: 1.6rem;
}
.stripe-card-form--stripe-card-form--cTcx5 .stripe-card-form--form-element--yHnid.stripe-card-form--has-focus--u-W77 ~ .stripe-card-form--label--C2yhr .stripe-card-form--label-text--FPEGu,
.stripe-card-form--stripe-card-form--cTcx5 .stripe-card-form--form-element--yHnid:not(.stripe-card-form--is-empty--uqG7C) ~ .stripe-card-form--label--C2yhr .stripe-card-form--label-text--FPEGu {
  transition: transform 150ms cubic-bezier(0.2, 0, 0.38, 0.9);
  transform: scale(0.857) translateY(0);
}
.stripe-card-form--stripe-card-form--cTcx5 .stripe-card-form--note--qYw48 {
  color: #595c73;
  padding-top: 0.8rem;
}
.stripe-card-form--form-cols--LHc0s,
.stripe-card-form--submit-row--RN9mW {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.stripe-card-form--flex--nY8Hm {
  flex: 1;
  min-width: 1px;
}
.stripe-card-form--form-row--zxn9c,
.stripe-card-form--renew-row--NmfHT,
.stripe-card-form--submit-row--RN9mW {
  max-width: 60rem;
}
.stripe-card-form--form-row--zxn9c + .stripe-card-form--form-row--zxn9c,
.stripe-card-form--alert-banner--HUEIL,
.stripe-card-form--submit-row--RN9mW {
  margin-top: 1.6rem;
}
.stripe-card-form--stripe-card-form--cTcx5 > .stripe-card-form--renew-row--NmfHT {
  margin: 0.8rem 0 -0.8rem 0;
}
.stripe-card-form--form-row--zxn9c .stripe-card-form--form-group-sm--Jlli5 {
  max-width: 18rem;
}
@media (max-width: 37.5rem) {
  .stripe-card-form--form-row--zxn9c .stripe-card-form--form-group-sm--Jlli5 {
    max-width: none;
  }
  .stripe-card-form--form-row--zxn9c > * {
    flex: 1 1 100%;
    min-width: 1px;
  }
}

.ufb-billing-panel--panel--XvvY4 {
  border: 1px solid #d1d2e0;
  box-shadow: 0 2px 4px rgba(6, 17, 118, 0.08), 0 4px 12px rgba(6, 17, 118, 0.08);
}
.ufb-billing-panel--panel-header--s0odd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.8rem 1.6rem;
  padding: 1.6rem 2.4rem;
  min-height: 7.2rem;
}
.ufb-billing-panel--panel-body--kbvCQ {
  background-color: #f6f7f9;
  padding: 2.4rem;
}
.ufb-billing-panel--panel-header--s0odd + .ufb-billing-panel--panel-body--kbvCQ {
  border-top: 1px solid #d1d2e0;
}
.ufb-billing-panel--panel--XvvY4 + .ufb-billing-panel--panel--XvvY4 {
  margin-top: 2.4rem;
}

.payment-card-panel--panel-editing--rLYxE .ufb-billing-panel-header {
  justify-content: flex-start;
  gap: 0.8rem 3.2rem;
}
.payment-card-panel--panel-toolbar--J61yH {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.payment-card-panel--data-group--toygy + .payment-card-panel--data-group--toygy {
  margin-top: 2.4rem;
}
.payment-card-panel--data-group--toygy > h3 + p,
.payment-card-panel--data-group--toygy > p + p {
  margin-top: 0.4rem;
}
.payment-card-panel--supported-cards--t6A6o {
  display: inline-flex;
  gap: 1.6rem;
}
.payment-card-panel--supported-cards--t6A6o img {
  display: inline-block;
  width: auto;
  height: 2.4rem;
}
@media (max-width: 43.75rem) {
  .payment-card-panel--supported-cards--t6A6o {
    display: none;
  }
}
.payment-card-panel--payment-card-image--CsG62 {
  display: inline-block;
  margin: 0.4rem 0.8rem 0 0;
  border: 1px solid #d1d2e0;
  background: #fff;
}
.payment-card-panel--payment-card-image--CsG62 img {
  width: auto;
  height: 1.2rem;
  margin: 0.4rem 0.6rem;
}
.payment-card-panel--submit-row--cvh-H {
  margin-top: 3.2rem;
}

.billing-details-modal--info--4oKqJ {
  margin-bottom: 2.4rem;
}
.billing-details-modal--form--3HkxX .ud-form-group + .ud-form-group {
  margin-top: 1.6rem;
}
.billing-details-modal--form--3HkxX .billing-details-modal--address-form-group--VnAif + .billing-details-modal--address-form-group--VnAif {
  margin-top: 0.8rem;
}
.billing-details-modal--warning-icon--eiVnp {
  margin-right: 0.8rem;
  vertical-align: -0.4rem;
}
.billing-details-modal--verify--ZoVB5 pre {
  background-color: #f6f7f9;
  border: 1px solid #d1d2e0;
  font-size: 1.4rem;
  margin-top: 1.6rem;
  overflow: auto;
  padding: 0.8rem;
  word-break: break-all;
  word-wrap: break-word;
}

.payment-history--panel---xdau {
  margin-bottom: 1.6rem;
}
.payment-history--loader--CsEmR {
  margin: 2.4rem 0 1.6rem 0;
}
.payment-history--empty-payments--jFgVP {
  text-align: center;
}
.payment-history--rows--zwO-- {
  margin: -1.6rem 0;
}
.payment-history--row--WHtX7 {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  padding: 1.6rem 0;
}
.payment-history--row--WHtX7 + .payment-history--row--WHtX7 {
  border-top: 1px solid #d1d2e0;
}
.payment-history--row--WHtX7 > * {
  flex: 1;
}
.payment-history--row--WHtX7 > .payment-history--description--4EV3Z {
  flex: 2;
  padding-left: 2.8rem;
  text-indent: -2.8rem;
}
.payment-history--payment-icon--hr66f {
  margin-right: 0.8rem;
  vertical-align: -0.4rem;
}
.payment-history--action--Y-RVD {
  text-align: right;
}
@media (max-width: 43.75rem) {
  .payment-history--row--WHtX7 {
    display: block;
  }
  .payment-history--row--WHtX7 > * {
    margin-bottom: 0.8rem;
    padding-left: 2.8rem;
  }
  .payment-history--row--WHtX7 > .payment-history--action--Y-RVD {
    margin-bottom: 0;
    text-align: left;
  }
}

.licenses-picker--licenses-picker-container--ww7XZ {
  display: inline-block;
}

.payment-checkout-route--mt-xs--kup75 {
  margin-top: 0.8rem;
}
.payment-checkout-route--mt-md--wLFHC {
  margin-top: 2.4rem;
}
.payment-checkout-route--upsell-actions--YhQHx {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.6rem;
}
.payment-checkout-route--price-row--dXwtq {
  display: flex;
  justify-content: space-between;
  gap: 1.6rem;
}
.payment-checkout-route--money-container--ETgxZ {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.payment-checkout-route--payment-checkout-overview--Ekmhg {
  max-width: 60rem;
  margin: 0 auto;
}

.payment-plan-panel--data-group--d5oLi + .payment-plan-panel--data-group--d5oLi {
  margin-top: 2.4rem;
}
.payment-plan-panel--data-group--d5oLi > h3 + p,
.payment-plan-panel--data-group--d5oLi > p + p {
  margin-top: 0.4rem;
}
.payment-plan-panel--recurring-billing-row--lUOTH {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

@container ud-content-area (min-width: 553px) {
}
@container ud-content-area (min-width: 653px) {
}
@container ud-content-area (min-width: 1153px) {
}
@container ud-content-area (min-width: 1153px) {
}
@container ud-content-area (min-width: 1232px) {
}
@container ud-content-area (min-width: 553px) {
}
@container ud-content-area (min-width: 653px) {
}
@container ud-content-area (min-width: 933px) {
}
@container ud-content-area (min-width: 553px) {
}
@container ud-content-area (min-width: 653px) {
}
@container ud-content-area (min-width: 933px) {
}
@container ud-content-area (min-width: 1153px) {
}
.switch-module--ud-switch-container--ycUx2 {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  padding: 0.8rem 0;
  user-select: none;
  -webkit-user-select: none;
  max-width: 60rem;
}
.switch-module--ud-switch-reverse--Q-1yL {
  flex-direction: row-reverse;
}
.switch-module--ud-switch-disabled--Lw2KA {
  cursor: not-allowed;
  opacity: 0.5;
}
.switch-module--ud-switch--fK-lz {
  align-self: flex-start;
  flex: none;
  display: inline-flex;
  position: relative;
  border-radius: 100rem;
  background: var(--color-gray-300);
}
.switch-module--ud-switch--fK-lz::before {
  box-sizing: border-box;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  border: 3px solid var(--color-gray-300);
  border-radius: 100rem;
  background: var(--color-white);
  transition: transform 250ms cubic-bezier(0.2, 0, 0.38, 0.9);
}
.switch-module--ud-switch-small--qHrpV {
  width: 4rem;
  height: 2rem;
}
.switch-module--ud-switch-large--gHEyw {
  width: 4.8rem;
  height: 2.4rem;
}
.switch-module--ud-real-toggle-input--9uKx3:checked ~ .switch-module--ud-switch--fK-lz {
  background: var(--color-purple-400);
}
.switch-module--ud-real-toggle-input--9uKx3:checked ~ .switch-module--ud-switch--fK-lz::before {
  border-color: var(--color-purple-400);
  transform: translateX(100%);
}
body.ud-keyboard-navigation-in-use .switch-module--ud-real-toggle-input--9uKx3:focus ~ .switch-module--ud-switch--fK-lz {
  /* stylelint-disable unit-disallowed-list */
  box-shadow: 0 0 0 2px var(--color-white), 0 0 0 4px var(--color-purple-400), 0 0 2px 5px var(--color-purple-150);
  /* stylelint-enable unit-disallowed-list */
}

@page {
  size: auto;
  margin: 0;
}
.receipt-route--mb-xs--XO46u {
  margin-bottom: 0.8rem;
}
.receipt-route--controls--w4vU- {
  display: flex;
  justify-content: space-between;
  margin: 3.2rem 0 2.4rem 0;
}
.receipt-route--receipt-wrapper--aMtJ3 {
  max-width: 80rem;
  margin: -2.4rem auto;
}
.receipt-route--section--WmSRh {
  flex-wrap: wrap;
  padding: 2.4rem 0;
}
.receipt-route--section--WmSRh + .receipt-route--section--WmSRh {
  border-top: 1px solid #d1d2e0;
}
.receipt-route--row--AQpnx {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.4rem 1.6rem;
}
.receipt-route--row-vcenter--p5R7u {
  align-items: center;
}
.receipt-route--col--6i2sS {
  flex: 1;
}
.receipt-route--col-4--ECN-T {
  max-width: 25%;
}
.receipt-route--col-text-right--DQ9gQ {
  text-align: right;
}
.receipt-route--card-logo--ZVAoV {
  display: inline-block;
  width: 3.2rem;
  padding-right: 0.8rem;
}
.receipt-route--udemy-address---QO-t {
  color: #595c73;
}
.receipt-route--footer-logo--942hV {
  width: auto;
  height: 3.4rem;
}
@media (max-width: 37.5rem) {
  .receipt-route--cols--XieTs {
    flex-wrap: wrap;
  }
  .receipt-route--col--6i2sS {
    flex: 1 1 100%;
    max-width: none;
  }
  .receipt-route--col--6i2sS + .receipt-route--col--6i2sS {
    margin-top: 0.8rem;
  }
  .receipt-route--col-text-right--DQ9gQ {
    text-align: left;
  }
}
@media print {
  .ud-header,
  .ud-footer-container,
  .receipt-route--controls--w4vU-,
  .receipt-route--request-change---qfQv {
    display: none;
  }
  .receipt-route--receipt-wrapper--aMtJ3 {
    margin: 3.2rem 0;
    max-width: none;
  }
  .receipt-route--udemy-support--CjnzK:after {
    content: none !important;
  }
}

.team-plan-subscription-management--panel--zcRLE {
  display: flex;
  flex-direction: column;
  padding: 0;
  max-width: 98rem;
  gap: 1.6rem;
}
.team-plan-subscription-management--section-title--w3-0q {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.team-plan-subscription-management--section-title--w3-0q .team-plan-subscription-management--troubleshooting--kLSVK {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 0.8rem;
}
.team-plan-subscription-management--section-title--w3-0q .team-plan-subscription-management--troubleshooting-long-description---2bKE {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 0.8rem;
}
@media (max-width: 37.5rem) {
  .team-plan-subscription-management--section-title--w3-0q .team-plan-subscription-management--troubleshooting-long-description---2bKE {
    display: none;
  }
}
.team-plan-subscription-management--section-title--w3-0q .team-plan-subscription-management--troubleshooting-short-description--pn5Fn {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 0.8rem;
}
@media (min-width: 37.5625rem) {
  .team-plan-subscription-management--section-title--w3-0q .team-plan-subscription-management--troubleshooting-short-description--pn5Fn {
    display: none;
  }
}
.team-plan-subscription-management--section-content--dHGJC {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.team-plan-subscription-management--title-box--unPZQ {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2.4rem;
  gap: 1rem;
  background: #f6f7f9;
  border: 1px solid #d1d2e0;
  order: 0;
}
.team-plan-subscription-management--title-box--unPZQ .team-plan-subscription-management--status-trial--Lamvl {
  background: #c0c4fc;
}
.team-plan-subscription-management--title-box--unPZQ .team-plan-subscription-management--status-active--Nv8Lj {
  background: #8cd3b0;
}
.team-plan-subscription-management--title-box--unPZQ .team-plan-subscription-management--status-cancelled--UxKJc {
  background: #ffb7b2;
}
.team-plan-subscription-management--title-box--unPZQ .team-plan-subscription-management--status-expired--Z7y7Z {
  background: #d1d2e0;
}
.team-plan-subscription-management--subscription-box--rE28Z {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.4rem;
  gap: 2.4rem;
  background: #fff;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #d1d2e0;
  order: 1;
}
.team-plan-subscription-management--subscription-box--rE28Z .team-plan-subscription-management--subscription-box-row--ovPyd {
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 0.8rem;
}
.team-plan-subscription-management--subscription-box--rE28Z .team-plan-subscription-management--payment-method--oR866 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 0.8rem;
}
.team-plan-subscription-management--subscription-box--rE28Z .team-plan-subscription-management--helper-text--HFM0U {
  color: #9194ac;
}
.team-plan-subscription-management--subscription-box--rE28Z .team-plan-subscription-management--card-logo--hkvwZ {
  height: 2.6rem;
  width: auto;
}
.team-plan-subscription-management--subscription-box--rE28Z .team-plan-subscription-management--licenses--BF8iB {
  width: 50%;
}
@media (max-width: 37.5rem) {
  .team-plan-subscription-management--subscription-box--rE28Z .team-plan-subscription-management--licenses--BF8iB {
    width: 100%;
  }
}
.team-plan-subscription-management--subscription-box--rE28Z .team-plan-subscription-management--license-meter-summary--0vgAu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
}
.team-plan-subscription-management--subscription-box--rE28Z .team-plan-subscription-management--license-buttons--jbL3p {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  gap: 1.6rem;
}
.team-plan-subscription-management--upgrade-banner--bav2s {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.6rem;
  gap: 0.8rem;
  border: 1px solid #d1d2e0;
}
.team-plan-subscription-management--upgrade-banner--bav2s .team-plan-subscription-management--upgrade-buttons--n6v3s {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 1.6rem;
}
@media (max-width: 37.5rem) {
  .team-plan-subscription-management--upgrade-banner--bav2s .team-plan-subscription-management--upgrade-buttons--n6v3s {
    flex-direction: column;
    align-items: stretch;
    align-self: stretch;
    gap: 0.8rem;
  }
}

.team-plan-upsell-modal--modal--D6bAI {
  padding: 3.2rem;
}

.subscription-reactivate-modal--body--cVV0u {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 1.6rem;
}
.subscription-reactivate-modal--info-box--OFNTt {
  background: #f6f7f9;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.4rem;
  gap: 2.4rem;
  align-self: stretch;
}
.subscription-reactivate-modal--due-today--rdVVc {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
  align-self: stretch;
}
.subscription-reactivate-modal--reactivate-details--mGwaE {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 1.6rem;
  align-self: stretch;
}
.subscription-reactivate-modal--reactivate-details-row--1bjJk {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
  gap: 1.6rem;
  align-self: stretch;
}
.subscription-reactivate-modal--separator-line--nMmvn {
  border: 1px solid #d1d2e0;
  align-self: stretch;
}
.subscription-reactivate-modal--payment-method--ndiPe {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 0.8rem;
}
.subscription-reactivate-modal--payment-method--ndiPe .subscription-reactivate-modal--card-logo--s0rrY {
  height: 2.6rem;
  width: auto;
}
.subscription-reactivate-modal--terms--JUD5- {
  color: #9194ac;
}
.subscription-reactivate-modal--terms--JUD5- .subscription-reactivate-modal--terms-link--g2aO3 {
  color: inherit;
  text-decoration: underline;
}

.ribbon-module--ribbon--vVul- {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.8rem;
  white-space: nowrap;
  background-color: var(--ribbon-background-color);
  color: var(--ribbon-color);
  border-radius: 0.4rem;
}
.ribbon-module--ribbon--vVul- .ud-icon {
  margin-right: 0.4rem;
}
.ribbon-module--large--71Jwm {
  padding: 0.8rem;
}
.ribbon-module--ribbon--vVul- + .ribbon-module--ribbon--vVul-:not(.ud-badge) {
  margin-left: 0.8rem;
}

.meter-module--meter-wrapper--lGwu- {
  background: var(--color-gray-200);
  height: 0.8rem;
  overflow: hidden;
}
.meter-module--meter--9-BwT {
  background: var(--color-purple-400);
  height: 100%;
  transform-origin: left center;
  transition: transform 150ms cubic-bezier(0.2, 0, 0.38, 0.9);
}


/*# sourceMappingURL=entry-main.5732e195c571d175a663.css.map*/